Skip to content

Commit

Permalink
[TRIVIAL] Hotfix GH job typo fix (#3230)
Browse files Browse the repository at this point in the history
There was a typo in the GH token name.
  • Loading branch information
squadgazzz authored Jan 9, 2025
1 parent b46fc72 commit d1972cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out
uses: actions/checkout@v4
with:
token: "${{ secrets.HOTFIX_ACTION_JOB }}"
token: "${{ secrets.HOTFIX_ACTION_TOKEN }}"
fetch-depth: 0

- name: Configure git
Expand Down

0 comments on commit d1972cd

Please sign in to comment.