We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4190f4 commit d84ce1aCopy full SHA for d84ce1a
1 file changed
.github/workflows/publish.yaml
@@ -33,6 +33,8 @@ jobs:
33
environment:
34
name: github-pages
35
url: ${{ steps.deployment.outputs.page_url }}
36
+ permissions:
37
+ id-token: write
38
runs-on: ubuntu-latest
39
needs: build
40
steps:
0 commit comments