Skip to content

Commit

Permalink
nightly: pass GITHUB_TOKEN to avoid rate limit error (#7051)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Renatus <[email protected]>
  • Loading branch information
srenatus authored Sep 23, 2024
1 parent 6bfd4cd commit e980731
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ jobs:
ignore-unfixed: true
vuln-type: os,library
severity: CRITICAL,HIGH
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Slack Notification
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
Expand Down Expand Up @@ -149,6 +151,8 @@ jobs:
ignore-unfixed: true
skip-dirs: vendor/,internal/gqlparser/validator/imported/
severity: CRITICAL,HIGH
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Slack Notification
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
Expand Down

0 comments on commit e980731

Please sign in to comment.