We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3df035 commit 5bb19caCopy full SHA for 5bb19ca
.github/workflows/create-release.yml
@@ -92,7 +92,7 @@ jobs:
92
-f 'inputs[component_ref]=${{ github.event.inputs.name }}' \
93
-f 'inputs[component]=busola'
94
env:
95
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GH_TOOLS_SERVICE_USER_PAT }}
96
GH_HOST: github.tools.sap
97
outputs:
98
release_id: ${{ steps.create-draft.outputs.release_id }}
0 commit comments