mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 19:57:56 +00:00
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:
@@ -8,6 +8,7 @@ on:
|
||||
jobs:
|
||||
claim-crates:
|
||||
runs-on: ubuntu-latest
|
||||
environment: master
|
||||
steps:
|
||||
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user