Skip to content

Commit

Permalink
Merge pull request #1262 from bcgov/i5okie/workflow-fix
Browse files Browse the repository at this point in the history
[fix] Update workflows to fix deprecated command
  • Loading branch information
i5okie authored Jul 19, 2024
2 parents 5776538 + b2ff932 commit 32523b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chart_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: bcgov/trust-over-ip-configurations
ssh-key: ${{ secrets.DITP_GITOPS_REPO_SECRET }}
ssh-key: ${{ secrets.DITP_CONFIGS_REPO_SECRET }}
sparse-checkout: |
services
path: trust-over-ip-configurations
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
git push origin main
- name: Trigger and wait for GitOps sync workflow
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: workflow-trigger
with:
owner: bcgov
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/on_push_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: bcgov/trust-over-ip-configurations
ssh-key: ${{ secrets.DITP_GITOPS_REPO_SECRET }}
ssh-key: ${{ secrets.DITP_CONFIGS_REPO_SECRET }}
sparse-checkout: |
services
path: trust-over-ip-configurations
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
git commit -m "Update chart version and image tags" || echo "No changes to commit"
git push origin main
- uses: convictional/[email protected].1
- uses: convictional/[email protected].5
id: workflow-trigger
with:
owner: bcgov
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: bcgov/trust-over-ip-configurations
ssh-key: ${{ secrets.DITP_GITOPS_REPO_SECRET }}
ssh-key: ${{ secrets.DITP_CONFIGS_REPO_SECRET }}
sparse-checkout: |
services
path: trust-over-ip-configurations
Expand Down

0 comments on commit 32523b1

Please sign in to comment.