Skip to content

Commit aedd3d4

Browse files
authored
Fix: [AEA-0000] - passing github token (#534)
## Summary - Routine Change ### Details pass github token
1 parent 6bed870 commit aedd3d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ jobs:
3737
branch_name: main
3838
publish_package: true
3939
tag_format: ${{ needs.get_asdf_version.outputs.tag_format }}
40-
secrets: inherit
40+
secrets:
41+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)