Skip to content

Commit

Permalink
Merge pull request #10 from AlecMMiller/ci/token
Browse files Browse the repository at this point in the history
ci: inherit secrets
  • Loading branch information
AlecMMiller committed Apr 21, 2024
2 parents 0e696cc + 1172166 commit 0f184d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ jobs:
release:
uses: ./.github/workflows/release.yml
needs: validate
secrets: inherit
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Release

on:
workflow_call
workflow_call:
secrets:
GITHUB_TOKEN:
required: true
NPM_TOKEN:
required: true

jobs:
build:
Expand Down

0 comments on commit 0f184d7

Please sign in to comment.