Skip to content

Commit 9e115e4

Browse files
authored
Merge pull request #41 from ParanoiHack/feature/release-pipeline
Add inherits secrets to release pipeline
2 parents 3d4441e + 70b3145 commit 9e115e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
name: CI
1313
if: startsWith(github.ref, 'refs/tags/') && github.ref_type == 'tag'
1414
uses: ./.github/workflows/ci.yml
15+
secrets: inherit
1516
permissions:
1617
contents: read
1718
packages: read

0 commit comments

Comments
 (0)