Skip to content

Commit d0cb81b

Browse files
authored
Merge branch 'main' into execute-orchestrate-custom-actions
2 parents f9b708f + a76beae commit d0cb81b

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.github/workflows/pipelines-drift-detection.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ on:
3636
PR_CREATE_TOKEN:
3737
required: false
3838
env:
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

.github/workflows/pipelines-root.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ on:
3838
required: false
3939

4040
env:
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

@@ -92,6 +93,7 @@ jobs:
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 }}

.github/workflows/pipelines-unlock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ on:
4141
PIPELINES_READ_TOKEN:
4242
required: true
4343
env:
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

4747
jobs:
4848
unlock_one:

.github/workflows/pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ on:
3636
required: false
3737

3838
env:
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.

0 commit comments

Comments
 (0)