Skip to content

Commit b4b8b84

Browse files
committed
Add missing permissions and environment
1 parent 0197712 commit b4b8b84

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
pages: write
13+
id-token: write
14+
environment:
15+
name: github-pages
16+
url: ${{ steps.deployment.outputs.page_url }}
1117
steps:
1218
- name: Checkout
1319
uses: actions/checkout@v3

0 commit comments

Comments
 (0)