Skip to content

Commit

Permalink
ci: change token for rel
Browse files Browse the repository at this point in the history
Signed-off-by: Josef Andersson <[email protected]>
  • Loading branch information
janderssonse committed Feb 6, 2025
1 parent 49e2289 commit 5919732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-temporary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
with:
fetch-depth: 0
ref: ${{ inputs.branch }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.OSPO_BOT_GHTOKEN }}

- name: Import GPG key
id: import-gpg
Expand All @@ -90,7 +90,7 @@
if: ${{ inputs.updatePom }}
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PACKAGE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "Tag: ${GITHUB_REF_NAME}"
TAG="${GITHUB_REF_NAME#v}"
Expand Down

0 comments on commit 5919732

Please sign in to comment.