File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 3636 PR_CREATE_TOKEN :
3737 required : false
3838env :
39- PIPELINES_CLI_VERSION : v0.35.5
40- PIPELINES_ACTIONS_VERSION : v3.4.1
39+ PIPELINES_CLI_VERSION : v0.36.2
40+ PIPELINES_ACTIONS_VERSION : v3.4.3
4141 BOILERPLATE_VERSION : v0.5.16
4242 GRUNTWORK_INSTALLER_VERSION : v0.0.40
4343
Original file line number Diff line number Diff line change 3838 required : false
3939
4040env :
41- PIPELINES_CLI_VERSION : v0.35.5
42- PIPELINES_ACTIONS_VERSION : v3.4.1 # TODO: update to whatever version comes after we merge matching actions PR
41+
42+ PIPELINES_CLI_VERSION : v0.36.2
43+ PIPELINES_ACTIONS_VERSION : v3.4.3 # TODO: update to whatever version comes after we merge matching actions PR
4344 BOILERPLATE_VERSION : v0.5.16
4445 GRUNTWORK_INSTALLER_VERSION : v0.0.40
4546
9293 - name : Fetch Org Repo Admin Token
9394 id : pipelines-org-repo-admin-token
9495 uses : gruntwork-io/pipelines-credentials@v1
96+ continue-on-error : true
9597 with :
9698 PIPELINES_TOKEN_PATH : org-repo-admin/${{ github.repository_owner }}
9799 FALLBACK_TOKEN : ${{ secrets.ORG_REPO_ADMIN_TOKEN }}
Original file line number Diff line number Diff line change 4141 PIPELINES_READ_TOKEN :
4242 required : true
4343env :
44- PIPELINES_CLI_VERSION : v0.35.5
45- PIPELINES_ACTIONS_VERSION : v3.4.1
44+ PIPELINES_CLI_VERSION : v0.36.2
45+ PIPELINES_ACTIONS_VERSION : v3.4.3
4646
4747jobs :
4848 unlock_one :
Original file line number Diff line number Diff line change 3636 required : false
3737
3838env :
39- PIPELINES_CLI_VERSION : v0.35.5
40- PIPELINES_ACTIONS_VERSION : v3.4.1 # TODO: update to whatever version comes after we merge matching actions PR
39+ PIPELINES_CLI_VERSION : v0.36.2
40+ PIPELINES_ACTIONS_VERSION : v3.4.3 # TODO: update to whatever version comes after we merge matching actions PR
4141
4242 # GitHub Actions tends to hit resource exhaustion and kill running jobs
4343 # if we leave parallelism unbounded, so we set the max to 10 for a sane default.
You can’t perform that action at this time.
0 commit comments