diff --git a/.github/workflows/dependabot-auto-run.yml b/.github/workflows/dependabot-auto-run.yml index 2c065b2..339a844 100644 --- a/.github/workflows/dependabot-auto-run.yml +++ b/.github/workflows/dependabot-auto-run.yml @@ -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 }}" \ No newline at end of file + gh api -X POST /repos/${{ github.repository }}/dependabot/scans \ No newline at end of file