Skip to content

Commit

Permalink
Fix env-var bug in build-container action
Browse files Browse the repository at this point in the history
  • Loading branch information
mathew-fleisch committed Aug 3, 2021
1 parent 9217f5d commit 7852671
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
-
name: Notify Release Channel
env:
SLACK_TOKEN: ${{ secrets.RELEASE_SLACK_TOKEN }}
SLACK_CHANNEL: C02A1SH4GLT
run: |
arch=amd64
Expand All @@ -59,4 +58,4 @@ jobs:
wget -q https://github.com/mathew-fleisch/bashbot/releases/download/${{ env.RELEASE_VERSION }}/bashbot-${os}-${arch} -O bashbot
chmod +x bashbot
./bashbot --version
./bashbot --slack-token ${{ secrets.SLACK_TOKEN }} --config-file .github/workflows/release-config.json --send-message-channel ${{ env.SLACK_CHANNEL }} --send-message-text "Bashbot <https://github.com/mathew-fleisch/bashbot/releases/tag/${{ env.RELEASE_VERSION}}|${{ env.RELEASE_VERSION }}> has been released!"
./bashbot --slack-token ${{ secrets.RELEASE_SLACK_TOKEN }} --config-file .github/workflows/release-config.json --send-message-channel ${{ env.SLACK_CHANNEL }} --send-message-text "Bashbot <https://github.com/mathew-fleisch/bashbot/releases/tag/${{ env.RELEASE_VERSION}}|${{ env.RELEASE_VERSION }}> has been released!"

0 comments on commit 7852671

Please sign in to comment.