diff --git a/.github/workflows/cicd-2-publish.yaml b/.github/workflows/cicd-2-publish.yaml index 7b42221e..6f8064a3 100644 --- a/.github/workflows/cicd-2-publish.yaml +++ b/.github/workflows/cicd-2-publish.yaml @@ -87,7 +87,7 @@ jobs: run: echo "secret_exist=${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL != '' }}" >> $GITHUB_OUTPUT - name: "Notify on publishing packages" if: steps.check.outputs.secret_exist == 'true' - uses: nhs-england-tools/notify-msteams-action@v1.0.0 + uses: nhs-england-tools/notify-msteams-action@v1.0.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} teams-webhook-url: ${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL }} diff --git a/.github/workflows/stage-5-notification.yaml b/.github/workflows/stage-5-notification.yaml index 1b2ba9c4..c99c8d22 100644 --- a/.github/workflows/stage-5-notification.yaml +++ b/.github/workflows/stage-5-notification.yaml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@master - name: Notify Teams - uses: nhs-england-tools/notify-msteams-action@fd3965d8d049c24506febfad3677ff233bf9a098 + uses: nhs-england-tools/notify-msteams-action@97c606778d1c59c0e6dc196ce97ad4d5d6c720be with: github-token: ${{ secrets.GITHUB_TOKEN }} teams-webhook-url: ${{ secrets.MSTEAMS_WEBHOOK }}