Skip to content

Commit b46f319

Browse files
committed
secrets have to be inherited
1 parent 1ad94ab commit b46f319

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ on: [push, pull_request]
55
jobs:
66
build:
77
uses: userscripters/shared-actions/.github/workflows/workflow-nodejs.yml@master
8+
secrets: inherit

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ on:
88
jobs:
99
build:
1010
uses: userscripters/shared-actions/.github/workflows/workflow-npm_publish.yml@master
11+
secrets: inherit

.github/workflows/update_dependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ on:
88
jobs:
99
build:
1010
uses: userscripters/shared-actions/.github/workflows/workflow-update_dependencies.yml@master
11+
secrets: inherit

0 commit comments

Comments
 (0)