File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -74,21 +74,11 @@ jobs:
7474 run : echo "string=${{ steps.app-token.outputs.app-slug }}[bot] <${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com>" >> "$GITHUB_OUTPUT"
7575 - run : echo "committer string is ${{ steps.committer.outputs.string }}"
7676
77- - name : Set global username and email
78- run : |
79- git config --global user.name '${{ steps.app-token.outputs.app-slug }}[bot]'
80- git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com'
81-
82- - name : Debug auth
83- run : |
84- curl -L -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ steps.app-token.outputs.token }}" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/user
85-
8677 - name : Checkout
8778 uses : actions/checkout@v4
8879 with :
8980 token : ${{ steps.app-token.outputs.token }}
9081 ref : ${{ github.head_ref }}
91- # Make sure the value of GITHUB_TOKEN will not be persisted in repo's config
9282 persist-credentials : false
9383
9484 - name : Use Node.js
10595 - name : Pack npm package
10696 run : npm pack
10797
108- - name : List contents (for debugging)
109- run : ls -l
110-
11198 - name : Sign package
11299 uses : sigstore/gh-action-sigstore-python@v3.0.1
113100 with :
You can’t perform that action at this time.
0 commit comments