We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d992bef commit 59472adCopy full SHA for 59472ad
1 file changed
.github/workflows/deploy.yml
@@ -7,6 +7,9 @@ on:
7
8
jobs:
9
deployment:
10
+ permissions:
11
+ pages: write # to deploy to Pages
12
+ id-token: write # to verify the deployment originates from an appropriate source
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout code
0 commit comments