Skip to content

Commit

Permalink
add token
Browse files Browse the repository at this point in the history
  • Loading branch information
mdgrs committed Jan 9, 2025
1 parent 584a187 commit a9fce8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: '-D warnings'
CARGO_REGISTRIES_ARCIUM_TOKEN: ${{ secrets.ARCIUM_REGISTRY_READ_TOKEN }}

jobs:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/curve25519-dalek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ defaults:
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: '-D warnings'
CARGO_REGISTRIES_ARCIUM_TOKEN: ${{ secrets.ARCIUM_REGISTRY_READ_TOKEN }}


jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: '-D warnings'
CARGO_REGISTRIES_ARCIUM_TOKEN: ${{ secrets.ARCIUM_REGISTRY_READ_TOKEN }}

jobs:
test-stable:
Expand Down

0 comments on commit a9fce8c

Please sign in to comment.