Skip to content

Commit

Permalink
Merge pull request #198 from Chia-Network/set-env
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity authored Aug 10, 2024
2 parents 9dc6f72 + 4a80dd3 commit 4157e72
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
branches:
- "**"

permissions:
id-token: write
contents: read

jobs:
fuzz_targets:
name: Run fuzzers
Expand Down Expand Up @@ -70,6 +74,11 @@ jobs:
name: crate
path: ./target/package/*-*.crate

- name: Set Env
uses: Chia-Network/actions/setjobenv@main
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to crates.io
if: env.RELEASE == 'true'
env:
Expand Down

0 comments on commit 4157e72

Please sign in to comment.