Skip to content

Commit

Permalink
Add crates.io token
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Nov 16, 2024
1 parent abc92a9 commit 0460c5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,24 @@ jobs:

- name: Publish rwf-macros
working-directory: rwf-macros
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
run: bash ../scripts/check_publish.sh

- name: Publish rwf-ruby
working-directory: rwf-ruby
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
run: bash ../scripts/check_publish.sh

- name: Publish rwf
working-directory: rwf
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
run: bash ../scripts/check_publish.sh

- name: Publish rwf-cli
working-directory: rwf-cli
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
run: bash ../scripts/check_publish.sh

0 comments on commit 0460c5d

Please sign in to comment.