Skip to content

Commit 322f9c1

Browse files
chore: Update GitHub Actions workflows to inherit secrets
1 parent 0ab439b commit 322f9c1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010
jobs:
1111
build-and-test:
1212
uses: ./.github/workflows/common.yml
13+
secrets: inherit
1314

1415
publish:
1516
needs: build-and-test

.github/workflows/pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ permissions:
1212
jobs:
1313
build-and-test:
1414
uses: ./.github/workflows/common.yml
15+
secrets: inherit

0 commit comments

Comments
 (0)