diff options
| author | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-24 17:24:23 +0000 |
|---|---|---|
| committer | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-24 17:24:23 +0000 |
| commit | 5bd6eca40a47f590114075e67a7c08e98083757f (patch) | |
| tree | 8e7aa45016f14778d018c9307fa16a6c99e93479 /.github/workflows/build-docs.yml | |
| parent | 5199d1ff598824a938b94997c3706296e34fa9aa (diff) | |
ci(actions): fix bad permission on publish
Diffstat (limited to '.github/workflows/build-docs.yml')
| -rw-r--r-- | .github/workflows/build-docs.yml | 4 |
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'
|
