Skip to content

Commit eec1f33

Browse files
authored
Update release.yml
1 parent 7d467e7 commit eec1f33

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,19 @@ jobs:
1212
release:
1313
runs-on: ubuntu-latest
1414
steps:
15+
16+
- name: Generate token
17+
id: generate_token
18+
uses: actions/create-github-app-token@v2
19+
with:
20+
app-id: ${{ secrets.TEMPORAL_CICD_APP_ID }}
21+
private-key: ${{ secrets.TEMPORAL_CICD_PRIVATE_KEY }}
22+
owner: ${{ github.repository_owner }}
23+
1524
- name: Checkout
1625
uses: actions/checkout@v4
1726
with:
27+
token: ${{ steps.generate_token.outputs.token }}
1828
fetch-depth: 0
1929

2030
- name: Set up Go

0 commit comments

Comments
 (0)