Skip to content

Commit

Permalink
chore: update reusable workflows branch reference
Browse files Browse the repository at this point in the history
  • Loading branch information
radnov committed Jul 17, 2023
1 parent 51d0098 commit c9dffbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ concurrency:

jobs:
call-workflow:
# TODO update the branch reference before merging the PR
uses: dhis2-sre/gha-workflows/.github/workflows/im-build-test-deploy.yaml@DEVOPS-262
uses: dhis2-sre/gha-workflows/.github/workflows/im-build-test-deploy.yaml@master
with:
PROCESS_NAME: nginx
POD_NAME: im-web-client
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/delete-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ concurrency:

jobs:
call-workflow:
# TODO update the branch reference before merging the PR
uses: dhis2-sre/gha-workflows/.github/workflows/im-delete-env.yaml@DEVOPS-262
uses: dhis2-sre/gha-workflows/.github/workflows/im-delete-env.yaml@master
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit c9dffbe

Please sign in to comment.