Skip to content

Commit

Permalink
fix(ci): Inherit secrets in reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kristijanhusak committed Aug 22, 2024
1 parent 5f25f6d commit 1dd91cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jobs:
uses: ./.github/workflows/luarocks.yml
with:
luarocks_version: ${{ needs.version.outputs.luarocks_version }}
secrets: inherit
2 changes: 2 additions & 0 deletions .github/workflows/release_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ jobs:
uses: ./.github/workflows/luarocks.yml
with:
luarocks_version: dev
secrets: inherit

0 comments on commit 1dd91cc

Please sign in to comment.