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.
2 parents da24bc9 + 642e83f commit 46ce45aCopy full SHA for 46ce45a
.github/workflows/release.yml
@@ -18,6 +18,15 @@ jobs:
18
app_id: ${{ secrets.CT_CHANGESETS_APP_ID }}
19
private_key: ${{ secrets.CT_CHANGESETS_APP_PEM }}
20
21
+ # Get an app user (ct-release-bot)
22
+ - name: Get App user
23
+ id: get_app_user
24
+ env:
25
+ GITHUB_TOKEN: ${{ steps.generate_github_token.outputs.token }}
26
+ run: |
27
+ export GH_APP_USER=`gh api /users/ct-changesets%5Bbot%5D | jq .id`
28
+ echo "email=${GH_APP_USER}+ct-changesets[bot]@users.noreply.github.com" >> "$GITHUB_OUTPUT"
29
+
30
- name: Checkout
31
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
with:
0 commit comments