Skip to content

Commit

Permalink
attempt to fix packaging workflow (#182)
Browse files Browse the repository at this point in the history
Attempts to fix the packaging workflow by adding the github token
as an environment variable.
  • Loading branch information
brayniac authored Mar 20, 2024
1 parent fe75fb1 commit 36ab1fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ name: package
default: '1'

env:
GH_TOKEN: ${{ github.token }}

CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
Expand Down

0 comments on commit 36ab1fa

Please sign in to comment.