Pass the GH token as an ENV to the Github step of the Snyk workflow

Signed-off-by: Harry Hogg <harry@hogg.io>
This commit is contained in:
Harry Hogg
2021-11-11 08:09:01 +00:00
parent f085a4fb67
commit 79dc3f9a29
@@ -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 }}