Skip to content

Commit

Permalink
chore: Use FuelLabs fork of publish-crates (#190)
Browse files Browse the repository at this point in the history
Also updating the slack webhook URL
  • Loading branch information
sdankel authored Jun 24, 2024
1 parent 4d7e844 commit 353a7a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
./.github/workflows/scripts/verify_tag.sh ${{ github.ref_name }} Cargo.toml
- name: Publish crate
uses: katyo/publish-crates@v1
uses: FuelLabs/publish-crates@v1
with:
publish-delay: 30000
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
Expand All @@ -137,7 +137,7 @@ jobs:
footer: ''
notify_when: 'failure'
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_NOTIFY_BUILD }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_TOOLING }}

build-release:
name: build forc wallet release binaries
Expand Down

0 comments on commit 353a7a8

Please sign in to comment.