diff options
| author | HalfSweet <[email protected]> | 2024-09-24 21:59:05 +0800 |
|---|---|---|
| committer | HalfSweet <[email protected]> | 2024-09-24 21:59:05 +0800 |
| commit | a8ef0c4cac95a14d76f2c3be9c34c06dd441e7d4 (patch) | |
| tree | d4b521d67ad4533c93eceff49d70b435149174da | |
| parent | b461f4e2d19fca8e803a011ee63f93e5940fffc5 (diff) | |
fix: action running permissions
| -rw-r--r-- | .github/workflows/deploy-docs.yml | 3 |
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 |
