pass GH_TOKEN into workflow dispatcher

This commit is contained in:
Jacob Heider 2023-03-14 17:41:46 -04:00
parent f0c484d3dd
commit c0896475f4
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -95,4 +95,5 @@ jobs:
- run: gh workflow run new-version.yml -f "projects=$PROJECTS"
if: ${{ steps.diff.outputs.diff != '' }}
env:
GH_TOKEN: ${{ github.token }}
PROJECTS: ${{ steps.diff.outputs.diff }}