summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHalfSweet <[email protected]>2024-09-24 21:59:05 +0800
committerHalfSweet <[email protected]>2024-09-24 21:59:05 +0800
commita8ef0c4cac95a14d76f2c3be9c34c06dd441e7d4 (patch)
treed4b521d67ad4533c93eceff49d70b435149174da
parentb461f4e2d19fca8e803a011ee63f93e5940fffc5 (diff)
fix: action running permissions
-rw-r--r--.github/workflows/deploy-docs.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml
index dfc28ebc..f9360376 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -5,6 +5,9 @@ on:
branches:
- master
+permissions:
+ contents: write
+
jobs:
deploy:
runs-on: ubuntu-latest