Add environment to claim workflow (#2318)

Turns out to access environment secrets the workflow must explicitly opt
in to the environment.
This commit is contained in:
Lulu
2023-11-14 14:23:08 +00:00
committed by GitHub
parent 7cfc233cdc
commit b70d418f89
+1
View File
@@ -8,6 +8,7 @@ on:
jobs:
claim-crates:
runs-on: ubuntu-latest
environment: master
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0