Skip to content

Commit

Permalink
secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Kon Toshihito committed Nov 30, 2023
1 parent 13962de commit bbbe519
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:

- run: |
slack-quickpost \
--channel ${SLACK_CHANNEL} \
--token ${{ secrets.SLACK_TOKEN}} \
--channel ${{ secrets.SLACK_CHANNEL }} \
--username "GitHub Actions: ${{ github.workflow }}" \
--text ":black_square_for_stop: Waiting manual approve..."
Expand All @@ -40,6 +41,7 @@ jobs:
- run: |
slack-quickpost \
--channel ${SLACK_CHANNEL} \
--token ${{ secrets.SLACK_TOKEN}} \
--channel ${{ secrets.SLACK_CHANNEL }} \
--username "GitHub Actions: ${{ github.workflow }}" \
--text ":thumbsup: Deploy Approved!"

0 comments on commit bbbe519

Please sign in to comment.