Skip to content

Commit 2084cb8

Browse files
author
Thomas PEYROT
committed
Added grants to github token
1 parent 1e47444 commit 2084cb8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
# The type of runner that the job will run on
2121
runs-on: ubuntu-latest
2222

23+
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
24+
permissions:
25+
pages: write # to deploy to Pages
26+
id-token: write # to verify the deployment originates from an appropriate source
27+
2328
# Steps represent a sequence of tasks that will be executed as part of the job
2429
steps:
2530
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

0 commit comments

Comments
 (0)