Skip to content

Commit

Permalink
Add environment to claim workflow (#2318)
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 authored Nov 14, 2023
1 parent 7cfc233 commit b70d418
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 b70d418

Please sign in to comment.