Skip to content

Commit

Permalink
Removed GITHUB_TOKEN env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sukeshreddyg committed Jan 8, 2025
1 parent 7d3b1a9 commit d8a3fc2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/generate-dependabot-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
- name: Commit changes to GitHub
run: bash ./scripts/git-setup.sh
- run: bash ./scripts/git-commit.sh .github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: bash ./scripts/git-pull-request.sh dependabot
env:
SECRET: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d8a3fc2

Please sign in to comment.