Skip to content

Commit

Permalink
Update should-publish-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pakkographic committed Aug 12, 2024
1 parent a9d257d commit 54ef338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/should-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
if: needs.should-publish.outputs.check == 'true'
uses: ./.github/workflows/dev-publish.yml
with:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
TEST_APP_TOKEN: ${{ secrets.TEST_APP_TOKEN }}
NPM_TOKEN: ${{ input.NPM_TOKEN }}
TEST_APP_TOKEN: ${{ input.TEST_APP_TOKEN }}

0 comments on commit 54ef338

Please sign in to comment.