Skip to content

Commit

Permalink
CI: add missing id-token: write permission for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed May 5, 2024
1 parent 40f5785 commit abef147
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:
if: github.repository == 'fenneclab/hugo-bin' && startsWith(github.ref, 'refs/tags/v')
needs: [lint, test, test-extended]
runs-on: ubuntu-latest
permissions:
id-token: write

steps:
- name: Clone repository
Expand Down

0 comments on commit abef147

Please sign in to comment.