Skip to content

Commit f60d63f

Browse files
Merge pull request #11 from DeDuckProject/fix-github-actions-permissions
Fix GitHub Actions permissions
2 parents 68b16c6 + 645425b commit f60d63f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy-gh-pages.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ on:
55
branches: [ main ]
66
workflow_dispatch:
77

8+
# Explicitly define permissions for GITHUB_TOKEN
9+
permissions:
10+
contents: write
11+
pages: write
12+
id-token: write
13+
814
jobs:
915
build-and-deploy:
1016
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)