Skip to content

Commit

Permalink
replace JARVIS_TOKEN with GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoenenberger authored Jul 16, 2024
1 parent c6a0ab4 commit 6340e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
repo: ${{ github.event.repository.full_name }}
version: ${{ github.event.release.id }}
file: ${{ needs.upload_release_asset_production.outputs.zip_file }}
token: ${{ secrets.JARVIS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Prepare publishing tool
run: |
Expand Down

0 comments on commit 6340e5b

Please sign in to comment.