Skip to content

Commit

Permalink
[S] Attempt to fix GitHub Action (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxh authored Nov 25, 2023
1 parent d75b16f commit a9d4db5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-if-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ jobs:
if: needs.version-check.outputs.new-version
uses: ./.github/workflows/release.yml
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Release
on:
workflow_call:
secrets:
GITHUB_TOKEN:
required: true
NPM_TOKEN:
required: true
workflow_dispatch:
Expand Down

0 comments on commit a9d4db5

Please sign in to comment.