We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90dc337 commit da568a1Copy full SHA for da568a1
.github/workflows/ci.yml
@@ -30,3 +30,4 @@ jobs:
30
name: Build
31
uses: ./.github/workflows/build.yml
32
needs: tests
33
+ secrets: inherit
.github/workflows/release.yml
@@ -19,5 +19,6 @@ jobs:
19
name: Publish
20
uses: ./.github/workflows/publish.yml
21
22
23
permissions:
24
contents: write
0 commit comments