Skip to content

Commit

Permalink
testing workflow 3
Browse files Browse the repository at this point in the history
  • Loading branch information
anihamde committed Sep 10, 2024
1 parent 49b861d commit 348cf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-express-relay-svm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v2

- run: cargo publish --token ${PYTH_NETWORK_PYTH_OPS_CARGO_PUSH}
- run: cargo publish --token ${CARGO_REGISTRY_TOKEN}
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.PYTH_NETWORK_PYTH_OPS_CARGO_PUSH }}
working-directory: "contracts/svm/programs/express_relay"

0 comments on commit 348cf48

Please sign in to comment.