Skip to content

Commit

Permalink
fix: changed git push token to Semantic Release token
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-magyar committed Mar 5, 2024
1 parent 839d697 commit 9037b8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.event.client_payload.upstream-branch }}
token: ${{ secrets.SEMANTIC_TOKEN }}
- name: Dispatch Information
run: |
echo "upstream branch: ${{ github.event.client_payload.upstream-branch }}"
Expand Down

0 comments on commit 9037b8d

Please sign in to comment.