mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
fix: add id-token write permission to publish workflow
This commit is contained in:
parent
970ed980cf
commit
0b00e2d19b
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -9,6 +9,8 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Publish
|
name: Publish
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
- name: check out code
|
- name: check out code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user