Skip to content

Commit

Permalink
fix: secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
printSANO committed Oct 27, 2024
1 parent 93ef466 commit b2ecba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
env:
IMAGE_NAME: ${{ secrets.DOCKER_HUB_USERNAME }}/techeerism-parser
DOCKER_IMAGE_TAG: ${{ steps.set_docker_image_tag.outputs.DOCKER_IMAGE_TAG }}
SLACK_SECRET: ${{ secrets.SLACK_DEPLOY_SECRET }}}
SLACK_SECRET: ${{ secrets.SLACK_DEPLOY_SECRET }}
run: |
commit_message="${{ github.event.head_commit.message }}"
commit_link="https://github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}/commit/${{ github.sha }}"
Expand Down

0 comments on commit b2ecba5

Please sign in to comment.