Skip to content

Commit

Permalink
use action provided GITHUB token for licensed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle authored Jan 25, 2024
1 parent df6d5f2 commit e083fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
#
# see https://docs.github.com/en/actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow
# for additional details on GITHUB_TOKEN not re-triggering this action
github_token: ${{ secrets.LICENSED_CI_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

# the "push" workflow updates license metadata files on the branch being examined.
# e.g. when the action is run on main, changes are pushed to main
Expand Down

0 comments on commit e083fc9

Please sign in to comment.