diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 915f228..3cc8e2f 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -16,13 +16,13 @@ jobs: # You can target a repository in a different organization to the issue project-url: https://github.com/orgs/vacp2p/projects/7 # SeM board github-token: ${{ secrets.ADD_TO_PROJECT_SEM_PAT }} - labeled: ${{env.SEM_TRACK_LABELS}} + labeled: ${{ vars.SEM_TRACK_LABELS }} label-operator: OR - uses: actions/add-to-project@v0.4.0 with: # You can target a repository in a different organization to the issue project-url: https://github.com/orgs/vacp2p/projects/6 # general VaC board github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} - labeled: ${{env.SEM_TRACK_LABELS}} + labeled: ${{ vars.SEM_TRACK_LABELS }} label-operator: NOT # catch all lables not added to specific boards