Skip to content

Commit

Permalink
GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
lspahija committed Nov 20, 2024
1 parent 269beec commit 2cc49b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dependabot-auto-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Trigger Dependabot
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh api -X POST /repos/${{ github.repository }}/dependabot/scans \
--header "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}"
gh api -X POST /repos/${{ github.repository }}/dependabot/scans

0 comments on commit 2cc49b0

Please sign in to comment.