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