File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 35
35
# GR4VY_ID: ${{ secrets.GR4VY_ID }}
36
36
run : |
37
37
npx vitest
38
+
39
+ mergepal :
40
+ runs-on : ubuntu-latest
41
+ if : " contains(github.event.head_commit.message, 'Update SDK - Generate')"
42
+ steps :
43
+ - uses : actions/checkout@v1
44
+ -
uses :
maxkomarychev/[email protected]
45
+ with :
46
+ token : ${{ secrets.DISPATCH_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 23
23
mode : pr
24
24
speakeasy_version : latest
25
25
secrets :
26
- github_access_token : ${{ secrets.DISPATCH_ACCESS_TOKEN }}
26
+ github_access_token : ${{ secrets.GITHUB_TOKEN }}
27
27
npm_token : ${{ secrets.NPM_TOKEN }}
28
28
speakeasy_api_key : ${{ secrets.SPEAKEASY_API_KEY }}
29
29
38
38
- name : Notify SDKs
39
39
uses : peter-evans/repository-dispatch@v3
40
40
with :
41
- token : ${{ secrets.DISPATCH_ACCESS_TOKEN }}
41
+ token : ${{ secrets.GITHUB_TOKEN }}
42
42
repository : ${{ matrix.repo }}
43
43
event-type : sdk_updated
Original file line number Diff line number Diff line change @@ -14,11 +14,10 @@ permissions:
14
14
jobs :
15
15
publish :
16
16
uses : speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
17
- # if: "!contains(github.event.head_commit.message, 'ci: regenerated')"
18
17
with :
19
18
target : typescript
20
19
secrets :
21
- github_access_token : ${{ secrets.DISPATCH_ACCESS_TOKEN }}
20
+ github_access_token : ${{ secrets.GITHUB_TOKEN }}
22
21
npm_token : ${{ secrets.NPM_TOKEN }}
23
22
speakeasy_api_key : ${{ secrets.SPEAKEASY_API_KEY }}
24
23
You can’t perform that action at this time.
0 commit comments