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 6bed870 commit aedd3d4Copy full SHA for aedd3d4
.github/workflows/release.yml
@@ -37,4 +37,5 @@ jobs:
37
branch_name: main
38
publish_package: true
39
tag_format: ${{ needs.get_asdf_version.outputs.tag_format }}
40
- secrets: inherit
+ secrets:
41
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments