Skip to content

Commit

Permalink
chore(actions): provide a valid token
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed Jul 6, 2021
1 parent 4ef8054 commit f5ce573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/checkout@master
with:
repository: GitGuardian/homebrew-ggshield
token: ${{ secrets.ACTIONS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
path: ./brew

- name: Install dependencies
Expand Down

0 comments on commit f5ce573

Please sign in to comment.