mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
pass GH_TOKEN into workflow dispatcher
This commit is contained in:
parent
f0c484d3dd
commit
c0896475f4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cd.yml
vendored
1
.github/workflows/cd.yml
vendored
|
@ -95,4 +95,5 @@ jobs:
|
||||||
- run: gh workflow run new-version.yml -f "projects=$PROJECTS"
|
- run: gh workflow run new-version.yml -f "projects=$PROJECTS"
|
||||||
if: ${{ steps.diff.outputs.diff != '' }}
|
if: ${{ steps.diff.outputs.diff != '' }}
|
||||||
env:
|
env:
|
||||||
|
GH_TOKEN: ${{ github.token }}
|
||||||
PROJECTS: ${{ steps.diff.outputs.diff }}
|
PROJECTS: ${{ steps.diff.outputs.diff }}
|
||||||
|
|
Loading…
Reference in a new issue