Skip to content

Commit

Permalink
APIGOV-00003 - put back teams notif
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldickgit committed Oct 12, 2023
1 parent f8355f7 commit 6268154
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# notifyTeamsChannel:
# needs: [discovery, traceability]
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
notifyTeamsChannel:
needs: [discovery, traceability]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

# - name: Notify Teams channel
# env:
# TEAMS_WEBHOOK_URL: ${{ secrets.TEAMS_WEBHOOK_URL }}
# TAG: ${{ github.ref_name }}
# run: ./release.sh
- name: Notify Teams channel
env:
TEAMS_WEBHOOK_URL: ${{ secrets.TEAMS_WEBHOOK_URL }}
TAG: ${{ github.ref_name }}
run: ./release.sh

0 comments on commit 6268154

Please sign in to comment.