There was an error while loading. Please reload this page.
1 parent b932acf commit 4d4c53fCopy full SHA for 4d4c53f
1 file changed
.github/workflows/publish.yml
@@ -12,7 +12,14 @@ jobs:
12
outputs:
13
tag: ${{ steps.update-package-version.outputs.version }}
14
steps:
15
+ - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
16
+ id: app-token
17
+ with:
18
+ app-id: ${{ vars.RELEASE_APP_ID }}
19
+ private-key: ${{ secrets.RELEASE_APP_KEY }}
20
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
21
22
+ token: ${{ steps.app-token.outputs.token }}
23
- name: Configure git
24
run: |
25
git config user.name 'Release Action'
0 commit comments