Merge pull request #7945 from backstage/hhogg/fix-snyk-github-issue-workflow-5

Pass the GH token as an ENV to the Github step of the Snyk workflow
This commit is contained in:
Patrik Oldsberg
2021-11-11 10:11:50 +01:00
committed by GitHub
@@ -57,3 +57,5 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
- name: Update Github issues
run: yarn ts-node scripts/snyk-github-issue-sync.ts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}