Skip to content

Commit

Permalink
fix(ci): update GitHub token for deploy workflow (#3149)
Browse files Browse the repository at this point in the history
Use an updated secret token to fix deployment issues in the testnet workflow. This resolves potential authentication problems during deployment.
  • Loading branch information
popcnt1 authored Jan 3, 2025
1 parent 83f3e5b commit 193bf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: docker_tag
path: .
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GIT_PACKAGE_TOKEN }}
github-token: ${{ secrets.GIT_PACKAGE_TOKEN2 }}

- name: Determine ref
id: determine-ref
Expand Down

0 comments on commit 193bf9a

Please sign in to comment.