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.
2 parents 3d4441e + 70b3145 commit 9e115e4Copy full SHA for 9e115e4
1 file changed
.github/workflows/release.yml
@@ -12,6 +12,7 @@ jobs:
12
name: CI
13
if: startsWith(github.ref, 'refs/tags/') && github.ref_type == 'tag'
14
uses: ./.github/workflows/ci.yml
15
+ secrets: inherit
16
permissions:
17
contents: read
18
packages: read
0 commit comments