Skip to content

Commit

Permalink
Revert "Enable Publish Attestation"
Browse files Browse the repository at this point in the history
This reverts commit 239d69a.
  • Loading branch information
gajus committed Sep 25, 2024
1 parent 6970456 commit 51c68b1
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

0 comments on commit 51c68b1

Please sign in to comment.