From 51c68b16b114ae630bfea28a5f428d6fce1b3aaf Mon Sep 17 00:00:00 2001 From: Gajus Date: Wed, 25 Sep 2024 17:27:01 -0600 Subject: [PATCH] Revert "Enable Publish Attestation" This reverts commit 239d69aafff5462852a4c73c2ea4ab0a2e84a35c. --- .github/workflows/main.yaml | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 8fb54616..27d56a17 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -1,20 +1,8 @@ -name: Build and release - -on: - push: - branches: - - main - -permissions: - # Grant Permissions to the GH Token to capture attestation information from the GH agent - id-token: write - jobs: release: - name: Release runs-on: ubuntu-latest environment: release - + name: Release steps: - uses: pnpm/action-setup@v4 with: @@ -33,5 +21,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - NPM_CONFIG_PROVENANCE: true - +name: Build and release +on: + push: + branches: + - main