We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10728e commit 99ce9c4Copy full SHA for 99ce9c4
1 file changed
.github/workflows/e2e.yml
@@ -20,16 +20,15 @@ jobs:
20
steps:
21
- name: Checkout
22
uses: actions/checkout@v4
23
- - name: GitHub CLI - authenticate and show auth status
+ - name: GitHub CLI - show auth status
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
run: |
27
gh auth status
28
- echo "$GITHUB_TOKEN" | gh auth login --with-token
29
- gh auth status
30
- name: Run e2e tests and publish output to job summary
31
32
GITHUB_STEP_SUMMARY: ${{ github.step_summary }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
34
set -o pipefail
35
chmod +x ./e2e.sh
0 commit comments