We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dcfd57 commit e882731Copy full SHA for e882731
.github/workflows/ci.yml
@@ -23,12 +23,14 @@ jobs:
23
uses: ./.github/workflows/build.yml
24
needs: tests
25
if: ${{ !startsWith(github.head_ref, 'release/v') }}
26
+ secrets: inherit
27
28
release:
29
name: Release
30
uses: ./.github/workflows/release.yml
31
32
if: ${{ startsWith(github.head_ref, 'release/v') }}
33
34
permissions:
35
contents: write
36
0 commit comments