Skip to content

Commit a377620

Browse files
committed
give gh action permissions
1 parent d6c7784 commit a377620

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/presentation.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
environment:
2121
name: github-pages
2222
url: ${{ steps.deployment.outputs.page_url }}
23-
23+
permissions:
24+
pages: write
25+
id-token: write
26+
contents: read
2427
runs-on: ubuntu-latest
2528
steps:
2629
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

0 commit comments

Comments
 (0)