Skip to content

Commit

Permalink
Revert "hotfix(cd): skip comment on commit step (#12090)"
Browse files Browse the repository at this point in the history
This reverts commit cc6f139.
  • Loading branch information
fffonion authored and locao committed Mar 5, 2024
1 parent b5c4b05 commit 654b334
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ jobs:
- name: Comment on commit
if: github.event_name == 'push' && matrix.label == 'ubuntu'
uses: peter-evans/commit-comment@5a6f8285b8f2e8376e41fe1b563db48e6cf78c09 # v3.0.0
continue-on-error: true # TODO: temporary fix until the token is back
with:
token: ${{ secrets.GHA_COMMENT_TOKEN }}
body: |
Expand Down

0 comments on commit 654b334

Please sign in to comment.