Skip to content

Commit abef147

Browse files
committed
CI: add missing id-token: write permission for publish
1 parent 40f5785 commit abef147

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ jobs:
107107
if: github.repository == 'fenneclab/hugo-bin' && startsWith(github.ref, 'refs/tags/v')
108108
needs: [lint, test, test-extended]
109109
runs-on: ubuntu-latest
110+
permissions:
111+
id-token: write
110112

111113
steps:
112114
- name: Clone repository

0 commit comments

Comments
 (0)