We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c95792 commit b71bf97Copy full SHA for b71bf97
.github/workflows/ci.yml
@@ -263,8 +263,8 @@ jobs:
263
264
runs-on: ubuntu-latest
265
permissions:
266
- # IMPORTANT: this permission is mandatory for trusted publishing
267
- id-token: write
+ id-token: write # Needed for OIDC publishing
+ contents: read|write # Needed for github-pages-deploy-action and other repo write tasks
268
269
steps:
270
- name: Check out code
0 commit comments