aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranhgelus <anhgelus.morhtuuzh@proton.me>2024-08-24 17:24:23 +0000
committeranhgelus <anhgelus.morhtuuzh@proton.me>2024-08-24 17:24:23 +0000
commit5bd6eca40a47f590114075e67a7c08e98083757f (patch)
tree8e7aa45016f14778d018c9307fa16a6c99e93479
parent5199d1ff598824a938b94997c3706296e34fa9aa (diff)
ci(actions): fix bad permission on publish
-rw-r--r--.github/workflows/build-docs.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml
index efd7cb3..84f9cb0 100644
--- a/.github/workflows/build-docs.yml
+++ b/.github/workflows/build-docs.yml
@@ -5,6 +5,10 @@ on:
branches: ["main"]
workflow_dispatch:
+permissions:
+ id-token: write
+ pages: write
+
env:
INSTANCE: 'Writerside/md'
ARTIFACT: 'webHelpMD2-all.zip'