Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/comment-on-e2e-success.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
comment-id: ${{ steps.checkComment.outputs.comment-id }}
edit-mode: replace
body: |
E2E Tests Passed
E2E Tests Passed
Check the results here: https://github.com/gnosis/safe-react-e2e-tests/actions/runs/${{ github.event.client_payload.run_number }}
${{ github.event.client_payload.message }}
- name: Set failure comment
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,9 @@ jobs:
uses: mshick/add-pr-comment@v1
with:
message: |
* [Safe Rinkeby](${{ env.REVIEW_FEATURE_URL }}/rinkeby)
* [Safe Mainnet](${{ env.REVIEW_FEATURE_URL }}/mainnet)
* [Safe Polygon](${{ env.REVIEW_FEATURE_URL }}/polygon)
* [Safe BSC](${{ env.REVIEW_FEATURE_URL }}/bsc)
* [Safe Arbitrum](${{ env.REVIEW_FEATURE_URL }}/arbitrum)
* Unified app on *dev*: https://safe-team.dev.gnosisdev.com/app/
## Deployment links
:orange_circle: [Safe Rinkeby](${{ env.REVIEW_FEATURE_URL }}/rinkeby) | :white_circle: [Safe Mainnet](${{ env.REVIEW_FEATURE_URL }}/mainnet) | :purple_circle: [Safe Polygon](${{ env.REVIEW_FEATURE_URL }}/polygon) | :yellow_circle: [Safe BSC](${{ env.REVIEW_FEATURE_URL }}/bsc) | :black_circle: [Safe Arbitrum](${{ env.REVIEW_FEATURE_URL }}/arbitrum) | :green_circle: [Safe xDai](${{ env.REVIEW_FEATURE_URL }}/xdai)
-|-|-|-|-|-
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token-user-login: 'github-actions[bot]'
if: success() && github.event.number
Expand Down