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 b71bf97 commit 3a14a03Copy full SHA for 3a14a03
.github/workflows/ci.yml
@@ -263,8 +263,10 @@ jobs:
263
264
runs-on: ubuntu-latest
265
permissions:
266
- id-token: write # Needed for OIDC publishing
267
- contents: read|write # Needed for github-pages-deploy-action and other repo write tasks
+ # Needed for OIDC publishing
+ id-token: write
268
+ # Needed for github-pages-deploy-action and other repo write tasks
269
+ contents: write
270
271
steps:
272
- name: Check out code
0 commit comments