Skip to content

Commit 3cb2f27

Browse files
authored
Remove unneccesary step that's making workflow fail (vercel#81164)
This step was causing the front-sync job to fail. I'm not totally sure how it was working before, some other workflow must have logged logged in at some point. This is just a debug step anyway, so I think we can delete it. **I confirmed that the next step worked just fine.** We could also add a step that runs `gh login` if we think it would actually be useful.
1 parent e52d8c7 commit 3cb2f27

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test_e2e_deploy_release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ jobs:
108108
- id: test-result
109109
name: Set test result variable
110110
run: echo 'immediately-close=${{ needs.test-deploy.result != 'success' && 'true' || 'false' }}' >> "$GITHUB_OUTPUT"
111-
- name: Check token
112-
run: gh auth status
113-
env:
114-
github-token: ${{ secrets.GH_UPDATE_NEXT_WORKFLOW_TRIGGER }}
115111
- uses: actions/github-script@v7
116112
name: Trigger vercel/front sync
117113
id: trigger-front-sync

0 commit comments

Comments
 (0)