Skip to content

Commit 97a6d08

Browse files
committed
chore: remove gh CLI authentication steps from e2e workflow
1 parent ee8854a commit 97a6d08

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,6 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4
20-
21-
- name: Ensure gh is available
22-
run: |
23-
gh --version
24-
25-
- name: Authenticate gh CLI using GITHUB_TOKEN
26-
env:
27-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
run: |
29-
echo "Authenticating gh CLI..."
30-
echo "$GITHUB_TOKEN" | gh auth login --with-token
31-
gh auth status
32-
3320
- name: Run e2e tests and publish output to job summary
3421
env:
3522
GITHUB_STEP_SUMMARY: ${{ github.step_summary }}

0 commit comments

Comments
 (0)