Skip to content

Commit

Permalink
Merge pull request #2019 from radixdlt/fix/dispatch-workflow
Browse files Browse the repository at this point in the history
Add crates token
  • Loading branch information
iamyulong authored Nov 26, 2024
2 parents 26a194b + d11c035 commit da59609
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dispatch-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions: write-all

jobs:
dispatch-release:
environment: release
runs-on: ubuntu-latest
steps:
- uses: RDXWorks-actions/checkout@main
Expand Down Expand Up @@ -45,4 +46,5 @@ jobs:
git push --tags
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION_NUMBER: ${{ inputs.release-tag }}
VERSION_NUMBER: ${{ inputs.release-tag }}
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

0 comments on commit da59609

Please sign in to comment.