Skip to content

Commit 57e1220

Browse files
committed
Update Github Actions
1 parent c76d13a commit 57e1220

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ jobs:
2727

2828
# Deployment job
2929
deploy:
30+
permissions:
31+
id-token: write # Fügt die erforderliche Berechtigung für OIDC hinzu
32+
contents: read # Falls du Repository-Inhalte benötigst
3033
environment:
3134
name: github-pages
32-
url: owlmq.github.io
35+
url: ${{ steps.deployment.outputs.page_url }}
3336
runs-on: ubuntu-latest
3437
needs: build
3538
steps:

0 commit comments

Comments
 (0)