mirror of https://github.com/vacp2p/research.git
fix(workflow) variable scope #183
This commit is contained in:
commit
dea814edc2
|
@ -16,13 +16,13 @@ jobs:
|
||||||
# You can target a repository in a different organization to the issue
|
# You can target a repository in a different organization to the issue
|
||||||
project-url: https://github.com/orgs/vacp2p/projects/7 # SeM board
|
project-url: https://github.com/orgs/vacp2p/projects/7 # SeM board
|
||||||
github-token: ${{ secrets.ADD_TO_PROJECT_SEM_PAT }}
|
github-token: ${{ secrets.ADD_TO_PROJECT_SEM_PAT }}
|
||||||
labeled: ${{env.SEM_TRACK_LABELS}}
|
labeled: ${{ vars.SEM_TRACK_LABELS }}
|
||||||
label-operator: OR
|
label-operator: OR
|
||||||
- uses: actions/add-to-project@v0.4.0
|
- uses: actions/add-to-project@v0.4.0
|
||||||
with:
|
with:
|
||||||
# You can target a repository in a different organization to the issue
|
# You can target a repository in a different organization to the issue
|
||||||
project-url: https://github.com/orgs/vacp2p/projects/6 # general VaC board
|
project-url: https://github.com/orgs/vacp2p/projects/6 # general VaC board
|
||||||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
|
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
|
label-operator: NOT # catch all lables not added to specific boards
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue