fix(workflow) variable scope #183

This commit is contained in:
kaiserd 2023-02-14 12:18:33 +01:00 committed by GitHub
commit dea814edc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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