Skip to content

Commit 151f6e0

Browse files
authored
Remove federation-rs workflow which is no longer relevant (#3218)
1 parent f2555df commit 151f6e0

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/release.yml

-15
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,6 @@ jobs:
4747
run: sleep 20
4848
shell: bash
4949

50-
- name: Kick off release in federation-rs
51-
if: steps.changesets.outputs.published == 'true'
52-
uses: actions/github-script@v6
53-
with:
54-
github-token: ${{ secrets.ACTION_PAT }}
55-
script: |
56-
await github.rest.actions.createWorkflowDispatch({
57-
owner: 'apollographql',
58-
repo: 'federation-rs',
59-
workflow_id: '.github/workflows/release.yml',
60-
ref: 'main',
61-
inputs: {
62-
version: "${{ env.FEDERATION_VERSION }}"
63-
}
64-
})
6550
- name: Write token to the NPM rc file (login)
6651
if: steps.changesets.outputs.published == 'true'
6752
# write token to the NPM rc file (npm login)

0 commit comments

Comments
 (0)