diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f1ec1fd..14e8c85 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -10,7 +10,7 @@ on: jobs: cd: name: CD - uses: access-nri/build-cd/.github/workflows/cd.yml@v2 + uses: access-nri/build-cd/.github/workflows/cd.yml@v3 with: model: ${{ vars.NAME }} permissions: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d609df5..55a7a14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ on: - closed branches: - main + - dev - backport/*.* paths: - config/** @@ -24,7 +25,7 @@ jobs: if: >- (github.event_name == 'pull_request' && github.event.action != 'closed') || (github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '!redeploy')) - uses: access-nri/build-cd/.github/workflows/ci.yml@v2 + uses: access-nri/build-cd/.github/workflows/ci.yml@v3 with: model: ${{ vars.NAME }} pr: ${{ github.event_name == 'pull_request' && github.event.pull_request.number || github.event.issue.number }} @@ -39,20 +40,20 @@ jobs: # This job is responsible for handling Command Comments like # `!bump` during an open PR if: github.event_name == 'issue_comment' - uses: access-nri/build-cd/.github/workflows/ci-comment.yml@v2 + uses: access-nri/build-cd/.github/workflows/ci-comment.yml@v3 with: model: ${{ vars.NAME }} permissions: pull-requests: write contents: write - + secrets: inherit pr-closed: name: Closed # This job is responsible for cleaning up the Prereleases after a # PR is closed if: github.event_name == 'pull_request' && github.event.action == 'closed' - uses: access-nri/build-cd/.github/workflows/ci-closed.yml@v2 + uses: access-nri/build-cd/.github/workflows/ci-closed.yml@v3 with: model: ${{ vars.NAME }} secrets: inherit # inherit GitHub Deployment environment secrets