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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user