Skip to content

Commit f26e345

Browse files
committed
refactor: Add pages and id-token access for GitHub pages deployment
Signed-off-by: Felicitas Pojtinger <[email protected]>
1 parent 2730f33 commit f26e345

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/hydrun.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cmd: ./Hydrunfile build/cli bofied-backend
3939
dst: out/*
4040
runner: ubuntu-latest
41-
41+
4242
# PWAs
4343
- id: pwa.bofied
4444
src: .
@@ -93,7 +93,12 @@ jobs:
9393
runs-on: ubuntu-latest
9494
permissions:
9595
contents: write
96+
pages: write
97+
id-token: write
9698
needs: build-linux
99+
environment:
100+
name: github-pages
101+
url: ${{ steps.publish.outputs.page_url }}
97102

98103
steps:
99104
- name: Checkout

0 commit comments

Comments
 (0)