Merge pull request #2965 from Kobzol/publish-environment
Add publish environment to deploy job
This commit is contained in:
commit
de8202a67f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
|
@ -54,6 +54,7 @@ jobs:
|
||||||
permissions:
|
permissions:
|
||||||
# Required for OIDC token exchange
|
# Required for OIDC token exchange
|
||||||
id-token: write
|
id-token: write
|
||||||
|
environment: publish
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- name: Install Rust (rustup)
|
- name: Install Rust (rustup)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue