File tree Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 8
8
permissions :
9
9
contents : write
10
10
id-token : write
11
- secrets : inherit
11
+ secrets :
12
+ APP_ID : ${{ secrets.WORKFLOW_BOT_APP_ID }}
13
+ PRIVATE_KEY : ${{ secrets.WORKFLOW_BOT_PRIVATE_KEY }}
12
14
uses : compulim/workflows/.github/workflows/bump-dependencies.yml@main
13
15
with :
14
16
package-name : react-chain-of-responsibility
Original file line number Diff line number Diff line change 21
21
22
22
jobs :
23
23
call-workflow :
24
- secrets : inherit
24
+ secrets :
25
+ APP_ID : ${{ secrets.WORKFLOW_BOT_APP_ID }}
26
+ PRIVATE_KEY : ${{ secrets.WORKFLOW_BOT_PRIVATE_KEY }}
25
27
uses : compulim/workflows/.github/workflows/bump-scaffold.yml@main
26
28
with :
27
29
package-name : ${{ inputs.package-name }}
Original file line number Diff line number Diff line change 15
15
contents : write
16
16
id-token : write
17
17
pages : write
18
- secrets : inherit
18
+ secrets :
19
+ APP_ID : ${{ secrets.WORKFLOW_BOT_APP_ID }}
20
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
21
+ PRIVATE_KEY : ${{ secrets.WORKFLOW_BOT_PRIVATE_KEY }}
19
22
uses : compulim/workflows/.github/workflows/continuous-deployment.yml@main
20
23
with :
21
24
package-name : react-chain-of-responsibility
Original file line number Diff line number Diff line change 18
18
permissions :
19
19
contents : write
20
20
id-token : write
21
- secrets : inherit
21
+ secrets :
22
+ APP_ID : ${{ secrets.WORKFLOW_BOT_APP_ID }}
23
+ PRIVATE_KEY : ${{ secrets.WORKFLOW_BOT_PRIVATE_KEY }}
22
24
uses : compulim/workflows/.github/workflows/prepare-release.yml@main
23
25
with :
24
26
version-to-bump : ${{ inputs.version-to-bump }}
Original file line number Diff line number Diff line change 10
10
contents : write
11
11
pages : write
12
12
id-token : write
13
- secrets : inherit
13
+ secrets :
14
+ APP_ID : ${{ secrets.WORKFLOW_BOT_APP_ID }}
15
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
16
+ PRIVATE_KEY : ${{ secrets.WORKFLOW_BOT_PRIVATE_KEY }}
14
17
uses : compulim/workflows/.github/workflows/publish-release.yml@main
15
18
with :
16
19
package-name : react-chain-of-responsibility
You can’t perform that action at this time.
0 commit comments