Skip to content

Commit

Permalink
ci: extend comment on GitHub token
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Mar 23, 2024
1 parent 8a2bcbe commit cef650d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
token: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
# credentials required for semantic-release-github-actions-tags
# Note: special permissions for push to protected branch required
# Credentials required for semantic-release-github-actions-tags
# persist-credentials: false

- name: Release
Expand Down

0 comments on commit cef650d

Please sign in to comment.