Skip to content

Commit 03bd861

Browse files
authored
fix secret permissions for test workflow
1 parent b7ff754 commit 03bd861

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
test:
1414
name: Test
1515
uses: ./.github/workflows/test.yml
16+
secrets: inherit
1617
publish:
1718
name: Publish to PyPI
1819
needs: [lint, test]

0 commit comments

Comments
 (0)