Skip to content

Commit

Permalink
Add environment to claim workflow
Browse files Browse the repository at this point in the history
Turns out to access environment secrets the workflow must explicitly opt
in to the environment.
  • Loading branch information
Morganamilo committed Nov 14, 2023
1 parent ab95cf0 commit 4572763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/claim-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
claim-crates:
runs-on: ubuntu-latest
environment: master
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0

Expand Down

0 comments on commit 4572763

Please sign in to comment.