Skip to content

Commit

Permalink
chore: revert to using secrets.GH_TOKEN in update-eye.yml (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr authored Jan 3, 2025
1 parent 9553f5f commit 0ff2614
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update-eye.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,8 @@ jobs:
fi
fi
env:
GH_TOKEN: ${{ github.token }}
# You may be tempted to make this github.token, this won't work
# because GH Actions does not trigger workflows on github.token
# in order to avoid recursive workflows.
# See: https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 0ff2614

Please sign in to comment.