Skip to content

Commit

Permalink
feat: secrets.GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
FairyEver committed Sep 16, 2023
1 parent 95bc4da commit ec74266
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 @@ -18,7 +18,7 @@ jobs:
@semantic-release/changelog
@semantic-release/git
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# !TRICKY
# https://git.luolix.topmunity/t5/GitHub-Actions/Workflow-is-failing-if-no-job-can-be-ran-due-to-condition/td-p/38085
Expand Down

0 comments on commit ec74266

Please sign in to comment.