diff --git a/.github/workflows/native.yml b/.github/workflows/native.yml index 87a68697e..2ee9ec816 100644 --- a/.github/workflows/native.yml +++ b/.github/workflows/native.yml @@ -272,6 +272,9 @@ jobs: runs-on: ubuntu-latest if: github.event_name != 'schedule' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/rustfst-v')) + permissions: + pages: write + steps: - uses: actions/checkout@v4 - name: Install Rust