Skip to content

Commit

Permalink
fix: ci: set secrets to inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-pribilinskiy committed Aug 10, 2022
1 parent 9f44a39 commit a077148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ on:
jobs:
push:
uses: cloudbeds/workflows/.github/workflows/npm-test-build.yml@main
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
secrets: inherit
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ on:
jobs:
publish:
uses: cloudbeds/workflows/.github/workflows/npm-test-build-release.yml@main
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
secrets: inherit

0 comments on commit a077148

Please sign in to comment.