Skip to content

Commit 516471b

Browse files
authored
Merge pull request #7 from EspressoSystems/fix/cargo-token
Add cargo registry token
2 parents bf8293c + a556eb1 commit 516471b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ jobs:
136136
runs-on: ubuntu-latest
137137
steps:
138138
- uses: actions/checkout@v4
139-
- uses: dtolnay/rust-toolchain@stable
140139
- uses: katyo/publish-crates@v2
141140
with:
142141
# Only do an actual publish if this is a push to a release tag. Otherwise, do a dry run.
143142
dry-run: ${{ !(github.event_name == 'push' && github.ref_type == 'tag') }}
144-
ignore-unpublished-changes: true
143+
ignore-unpublished-changes: true
144+
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)