From 4843ed6884af280127c5fdee23cca3070ac84639 Mon Sep 17 00:00:00 2001 From: Barrett LaFrance Date: Mon, 26 Aug 2024 18:07:28 -0500 Subject: [PATCH] chore: update --- .github/workflows/semrel-rc.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/semrel-rc.yml b/.github/workflows/semrel-rc.yml index 9e833231f..e021da892 100644 --- a/.github/workflows/semrel-rc.yml +++ b/.github/workflows/semrel-rc.yml @@ -7,13 +7,6 @@ on: workflow_call: # can be triggered by other workflows jobs: - todo: - runs-on: ubuntu-latest - steps: - - name: "todo" - run: "echo 'todo'" - shell: bash - version: runs-on: ubuntu-latest permissions: write-all @@ -35,7 +28,8 @@ jobs: cache: npm - name: semantic-release - # env: + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} run: | env