Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1dd91cc

Browse files
fix(ci): Inherit secrets in reusable workflows
1 parent 5f25f6d commit 1dd91cc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ jobs:
2929
uses: ./.github/workflows/luarocks.yml
3030
with:
3131
luarocks_version: ${{ needs.version.outputs.luarocks_version }}
32+
secrets: inherit

.github/workflows/release_dev.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ jobs:
1414
uses: ./.github/workflows/luarocks.yml
1515
with:
1616
luarocks_version: dev
17+
secrets: inherit
18+

0 commit comments

Comments
 (0)