Skip to content

Commit fe88299

Browse files
committed
ci: fix workflow permissions
1 parent 4941e8f commit fe88299

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
ref: ${{ github.ref_name }}
3535
is_release: false
3636
permissions:
37-
contents: read
37+
contents: write
3838
id-token: write

.github/workflows/publish-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ on:
1515

1616
permissions:
1717
contents: read
18-
id-token: write
1918

2019
jobs:
2120
publish-linux-containers:

0 commit comments

Comments
 (0)