Skip to content

Commit ddc5575

Browse files
committed
Edit permissions
1 parent d295753 commit ddc5575

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy-to-gh-pages.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
pull_request:
88

99
jobs:
10-
deploy:
10+
Deploy:
1111
runs-on: ubuntu-24.04
1212
permissions:
13-
contents: write
13+
# contents: write
14+
id-token: write
1415
concurrency:
1516
group: ${{ github.workflow }}-${{ github.ref }}
1617
steps:
17-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1819

1920
- name: Setup Node
2021
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)