Skip to content

Commit

Permalink
chore: Fix reference & inherit secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Oct 24, 2022
1 parent 5c0d53b commit 446d325
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-cd.yml
Expand Up @@ -7,7 +7,5 @@ on:

jobs:
ci-cd:
uses: 47ng/.github/workflows/node-ci-cd.yml@main
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}
uses: 47ng/.github/.github/workflows/node-ci-cd.yml@main
secrets: inherit

0 comments on commit 446d325

Please sign in to comment.