From e6376ae7d027c76959259f8ef39f4d69b486cf72 Mon Sep 17 00:00:00 2001 From: Gonzalo D'elia Date: Sat, 4 Jan 2025 20:00:23 -0300 Subject: [PATCH] Rollback code from provenance test --- .github/workflows/npm-publish.yml | 15 ++------------- .npmrc | 1 - 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 .npmrc diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index af9766f..5b9bebc 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -7,16 +7,5 @@ on: jobs: npm-publish: - permissions: - contents: read - id-token: write - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: ${{ inputs.fetch-depth }} - - uses: hemilabs/actions/setup-node-env@main - - run: npm run --if-present prepublishOnly - - uses: JS-DevTools/npm-publish@9ff4ebfbe48473265867fb9608c047e7995edfa3 # v3.1.1 - with: - token: ${{ secrets.NPM_TOKEN }} + uses: hemilabs/actions/.github/workflows/npm-publish.yml@main + secrets: inherit diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 16919e7..0000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -provenance=true \ No newline at end of file