Skip to content

Commit

Permalink
set intermediate token
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrMuellerluedenscheid committed Mar 28, 2023
1 parent 1ed8aa7 commit 4e3fc28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_cratesio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}

jobs:

Expand All @@ -33,6 +34,6 @@ jobs:
- name: Build
run: cargo build --release --verbose
- name: cargo login
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
run: cargo login $CRATES_IO_TOKEN
- name: cargo publish
run: cargo publish

0 comments on commit 4e3fc28

Please sign in to comment.