Skip to content

Commit 58e212b

Browse files
committed
chore(release): use own GH app for releasing
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 4298f1e commit 58e212b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ jobs:
113113
private-key: ${{ secrets.CDX_RELEASE_BOT_PRIVATE_KEY }}
114114
- name: Get GitHub App User ID
115115
id: release-bot-user-id
116-
run: echo "user-id=$(gh api "/users/${{ steps.release-bot-token.outputs.app-slug }}[bot]" --jq .id)" >> "$GITHUB_OUTPUT"
116+
run: |
117+
set -x
118+
echo "user-id=$(gh api "/users/${{ steps.release-bot-token.outputs.app-slug }}[bot]" --jq .id)" >> "$GITHUB_OUTPUT"
117119
env:
118120
GH_TOKEN: ${{ steps.release-bot-token.outputs.token }}
119121

0 commit comments

Comments
 (0)