diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e42d11fa..978d3662 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,6 +19,8 @@ jobs: test-and-deploy: runs-on: public-runner + permissions: + contents: write steps: - name: Checkout Master uses: actions/checkout@v4