File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -11,22 +11,12 @@ jobs:
11
11
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - id : get-access-token
15
- uses : camertron/github-app-installation-auth-action@v1
16
- with :
17
- app-id : ${{ vars.PRIMER_APP_ID_SHARED }}
18
- private-key : ${{ secrets.PRIMER_APP_PRIVATE_KEY_SHARED }}
19
- client-id : ${{ vars.PRIMER_APP_CLIENT_ID_SHARED }}
20
- client-secret : ${{ secrets.PRIMER_APP_CLIENT_SECRET_SHARED }}
21
- installation-id : ${{ vars.PRIMER_APP_INSTALLATION_ID_SHARED }}
22
-
23
14
- name : Checkout repository
24
15
uses : actions/checkout@v3
25
16
with :
26
17
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
27
18
fetch-depth : 0
28
19
persist-credentials : false
29
- token : ${{ steps.get-access-token.outputs.access-token }}
30
20
31
21
- name : Set up Node.js
32
22
uses : actions/setup-node@v3
43
33
yarn
44
34
bundle install
45
35
36
+ - id : get-access-token
37
+ uses : camertron/github-app-installation-auth-action@v1
38
+ with :
39
+ app-id : ${{ vars.PRIMER_APP_ID_SHARED }}
40
+ private-key : ${{ secrets.PRIMER_APP_PRIVATE_KEY_SHARED }}
41
+ client-id : ${{ vars.PRIMER_APP_CLIENT_ID_SHARED }}
42
+ client-secret : ${{ secrets.PRIMER_APP_CLIENT_SECRET_SHARED }}
43
+ installation-id : ${{ vars.PRIMER_APP_INSTALLATION_ID_SHARED }}
44
+
46
45
- name : Create release pull request or publish to npm
47
46
id : changesets
48
47
uses : changesets/action@master
You can’t perform that action at this time.
0 commit comments