1
0
mirror of https://github.com/XFox111/bonch-calendar.git synced 2026-04-22 07:08:01 +03:00

fix(ci): write permissions for pages workflow

This commit is contained in:
2025-11-19 07:50:05 +00:00
parent 42fe5a4d9f
commit c3b12f8706
+5
View File
@@ -83,6 +83,11 @@ jobs:
runs-on: ubuntu-latest
container: node:latest
permissions:
contents: read
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}