We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0103979 commit 51f8447Copy full SHA for 51f8447
1 file changed
.github/workflows/deploy.yml
@@ -7,6 +7,7 @@ permissions:
7
packages: write
8
deployments: write
9
pages: write
10
+ id-token: write
11
jobs:
12
build:
13
strategy:
@@ -141,6 +142,7 @@ jobs:
141
142
permissions:
143
contents: write
144
145
146
147
steps:
148
- uses: actions/checkout@v4
@@ -169,5 +171,3 @@ jobs:
169
171
- name: Deploy to GitHub Pages
170
172
id: deployment
173
uses: actions/deploy-pages@v4
- with:
- token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments