Skip to content

Commit

Permalink
ci: checkout with token in release publish
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Feb 9, 2024
1 parent 1cad62f commit d2e0014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0 # fetch all history
token: ${{ secrets.NUNKI_CI_COMMIT_PUSH_PR }}
- name: Determine branch names
run: |
RELEASE_BRANCH="release/${FULL_VERSION%.*}"
Expand Down

0 comments on commit d2e0014

Please sign in to comment.