Skip to content

Commit

Permalink
hotfix(cd): skip comment on commit step
Browse files Browse the repository at this point in the history
The token seems to be changed/expired and no longer working. Allow the step to fail to unblock the workflow.
  • Loading branch information
fffonion authored Nov 23, 2023
1 parent c976cbe commit 2574001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ 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 2574001

Please sign in to comment.