aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ff10b677..2c15e443 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -311,6 +311,8 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
needs:
- build
+ permissions:
+ contents: write
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
@@ -339,4 +341,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./publish
- force_orphan: true \ No newline at end of file
+ force_orphan: true