diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 585ac75..2c96459 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,6 +36,8 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 + with: + token: ${{ secrets.REPO_READ_TOKEN }} - name: Setup rust toolchain uses: dtolnay/rust-toolchain@stable @@ -162,7 +164,7 @@ jobs: - name: Setup alpine dependencies if: ${{ startsWith(matrix.image, 'alpine') }} shell: sh - run: | + run: | apk add libgcc \ curl \ build-base \