Skip to content

Commit

Permalink
fix: updated cargo token
Browse files Browse the repository at this point in the history
  • Loading branch information
ocni-dtu committed Sep 16, 2024
1 parent 8d84cc9 commit bbe6717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
echo "version=$NEXT_VERSION" >> $GITHUB_OUTPUT
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.cargo_token }}

- name: Echo next version
run: echo "${{ steps.nextVersion.outputs.version }}"
Expand All @@ -84,7 +84,7 @@ jobs:
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.cargo_token }}

- name: Upload Cargo
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bbe6717

Please sign in to comment.