Skip to content
Snippets Groups Projects
Unverified Commit b70d418f authored by Lulu's avatar Lulu Committed by GitHub
Browse files

Add environment to claim workflow (#2318)

Turns out to access environment secrets the workflow must explicitly opt
in to the environment.
parent 7cfc233c
No related merge requests found
Pipeline #413468 passed with stages
in 39 minutes and 45 seconds
......@@ -8,6 +8,7 @@ on:
jobs:
claim-crates:
runs-on: ubuntu-latest
environment: master
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment