File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,10 +37,12 @@ jobs:
3737 environment : ${{ inputs.environment }}
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
40+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
41+ with :
42+ persist-credentials : false
4143
4244 - name : Setup Node.js
43- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
45+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
4446 with :
4547 node-version-file : .nvmrc
4648 cache : ${{ inputs.package-manager }}
@@ -58,13 +60,13 @@ jobs:
5860 run : yarn install
5961
6062 - name : Setup Adobe I/O CLI
61- uses : adobe/aio-cli-setup-action@5a7a7313f7024283e7eb384dc79b69b02effb307 # v1.3.0
63+ uses : adobe/aio-cli-setup-action@5a7a7313f7024283e7eb384dc79b69b02effb307 # v1.3.0
6264 with :
6365 os : ubuntu-latest
6466 version : ${{ inputs.aio-cli-version }}
6567
6668 - name : Authenticate with Adobe I/O
67- uses : adobe/aio-apps-action@0a7e7eb813fbdf73faea7ee7d03fd20e6dd7badb # v4.0.0
69+ uses : adobe/aio-apps-action@0a7e7eb813fbdf73faea7ee7d03fd20e6dd7badb # v4.0.0
6870 with :
6971 os : ubuntu-latest
7072 command : oauth_sts
Original file line number Diff line number Diff line change @@ -52,10 +52,12 @@ jobs:
5252 environment : ${{ inputs.environment }}
5353 steps :
5454 - name : Checkout
55- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
55+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
56+ with :
57+ persist-credentials : false
5658
5759 - name : Setup Node.js
58- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
60+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
5961 with :
6062 node-version-file : .nvmrc
6163 cache : ${{ inputs.package-manager }}
7375 run : yarn install
7476
7577 - name : Setup Adobe I/O CLI
76- uses : adobe/aio-cli-setup-action@5a7a7313f7024283e7eb384dc79b69b02effb307 # v1.3.0
78+ uses : adobe/aio-cli-setup-action@5a7a7313f7024283e7eb384dc79b69b02effb307 # v1.3.0
7779 with :
7880 os : ubuntu-latest
7981 version : ${{ inputs.aio-cli-version }}
8284 run : aio plugins:install @adobe/aio-cli-plugin-api-mesh
8385
8486 - name : Authenticate with Adobe I/O
85- uses : adobe/aio-apps-action@0a7e7eb813fbdf73faea7ee7d03fd20e6dd7badb # v4.0.0
87+ uses : adobe/aio-apps-action@0a7e7eb813fbdf73faea7ee7d03fd20e6dd7badb # v4.0.0
8688 with :
8789 os : ubuntu-latest
8890 command : oauth_sts
You can’t perform that action at this time.
0 commit comments