Skip to content

Commit cd9f9bc

Browse files
fix: Remove release and notify workflows
These were moved to the new tycho-execution (tycho-contracts) repo Took 8 minutes
1 parent 9b0c358 commit cd9f9bc

File tree

4 files changed

+0
-160
lines changed

4 files changed

+0
-160
lines changed

.github/workflows/notify-sdk.yaml

Lines changed: 0 additions & 68 deletions
This file was deleted.

.github/workflows/notify-tycho-compat.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/release.yaml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/v2-main-workflow.yaml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,3 @@ jobs:
1212
eth_rpc_url: ${{ secrets.ETH_RPC_URL }}
1313
app_id: ${{ secrets.APP_ID }}
1414
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
15-
16-
check-release:
17-
uses: propeller-heads/ci-cd-templates/.github/workflows/release-v2.yaml@main
18-
with:
19-
args: --dry-run --no-ci
20-
permissions:
21-
contents: write # to be able to publish a GitHub release
22-
issues: write # to be able to comment on released issues
23-
pull-requests: write # to be able to comment on released pull requests
24-
id-token: write # to enable use of OIDC for npm provenance
25-
secrets:
26-
app_id: ${{ secrets.APP_ID }}
27-
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
28-
29-
release:
30-
needs:
31-
- tests-and-lints
32-
- check-release
33-
if: needs.check-release.outputs.verify_release_version != ''
34-
uses: propeller-heads/ci-cd-templates/.github/workflows/release-v2.yaml@main
35-
permissions:
36-
contents: write # to be able to publish a GitHub release
37-
issues: write # to be able to comment on released issues
38-
pull-requests: write # to be able to comment on released pull requests
39-
id-token: write # to enable use of OIDC for npm provenance
40-
secrets:
41-
app_id: ${{ secrets.APP_ID }}
42-
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)