Skip to content

Commit

Permalink
Merge pull request #19 from hexancore/fix-lints
Browse files Browse the repository at this point in the history
fix: github actions bot
  • Loading branch information
Mararok authored Dec 6, 2023
2 parents 4d9a868 + d32ecba commit aa17581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ HEXANCORE_BOT_TOKEN }}
token: ${{ env.HEXANCORE_BOT_TOKEN }}
env:
HEXANCORE_BOT_TOKEN: ${{ secrets.HEXANCORE_BOT_TOKEN }}

Expand Down

0 comments on commit aa17581

Please sign in to comment.