diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 31cad8c..9af39aa 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,6 +31,8 @@ jobs: needs: build if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Download compiled chip uses: actions/download-artifact@v3