Skip to content

Commit 5bb19ca

Browse files
authored
fix: GH_TOKEN (#4515)
1 parent f3df035 commit 5bb19ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
-f 'inputs[component_ref]=${{ github.event.inputs.name }}' \
9393
-f 'inputs[component]=busola'
9494
env:
95-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95+
GH_TOKEN: ${{ secrets.GH_TOOLS_SERVICE_USER_PAT }}
9696
GH_HOST: github.tools.sap
9797
outputs:
9898
release_id: ${{ steps.create-draft.outputs.release_id }}

0 commit comments

Comments
 (0)