Skip to content

Commit 5716bf9

Browse files
chore: add GridSuite actions app for PAT
Signed-off-by: Joris Mancini <[email protected]>
1 parent b1a18b9 commit 5716bf9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,17 @@ jobs:
1919
with:
2020
java-version: 17
2121

22+
- uses: actions/create-github-app-token@v1
23+
name: Generate app token
24+
with:
25+
app-id: ${{ vars.GRIDSUITE_ACTIONS_APPID }}
26+
private-key: ${{ secrets.GRIDSUITE_ACTIONS_SECRET }}
27+
2228
- name: Checkout sources
2329
uses: actions/checkout@v4
2430
with:
2531
fetch-depth: 0
26-
token: ${{ secrets.PAT }}
32+
token: ${{ steps.app-token.outputs.token }}
2733

2834
- name: Extract tag versions
2935
run: |

0 commit comments

Comments
 (0)