Skip to content

Commit

Permalink
nice
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Jul 25, 2024
1 parent 6eda7be commit 477ad1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:
git config --global user.email "$GH_EMAIL"
git add --all
git commit -m "Parra CLI version $WEBHOOK_VERSION [skip ci]"
git commit --allow-empty -m "Parra CLI version $WEBHOOK_VERSION [skip ci]"
# Quiet push so key isn't shown in logs
# git push -q [email protected]:Parra-Inc/tap.git main
git push -q https://${TAPS_REPO_ACCESS_TOKEN}@github.com/Parra-Inc/tap.git main
- slack/notify:
channel: C06NY501UAX
# event: fail
event: fail
template: basic_fail_1

workflows:
Expand Down

0 comments on commit 477ad1f

Please sign in to comment.