Skip to content

Commit 3bf6fe4

Browse files
sdk-generation-automation[bot]fireblocks_dx_team
andauthored
Generated SDK #4746 (#121)
Co-authored-by: fireblocks_dx_team <dx_team@fireblocks.com>
1 parent 14977a1 commit 3bf6fe4

File tree

2,347 files changed

+78123
-30394
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,347 files changed

+78123
-30394
lines changed

.github/workflows/create-pr.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/publish-maven.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,17 @@ jobs:
88
bump-version:
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Generate GitHub App token
12+
id: generate-token
13+
uses: actions/create-github-app-token@v2
14+
with:
15+
app-id: ${{ vars.SDK_GENERATION_APP_ID }}
16+
private-key: ${{ secrets.SDK_GENERATION_APP_PRIVATE_KEY }}
17+
1118
- name: Check out repository code
1219
uses: actions/checkout@v4
1320
with:
14-
token: ${{ secrets.RELEASE_TOKEN }}
21+
token: ${{ steps.generate-token.outputs.token }}
1522
- name: Set up Python
1623
uses: actions/setup-python@v2
1724
with:

0 commit comments

Comments
 (0)