Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
falti committed Aug 7, 2024
1 parent 51cae4a commit 6130681
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ jobs:
path: ./fixtures/.node_options.env
log-variables: true
export-variables: true

- name: Set up GitHub CLI authentication
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Capture and check logs
run: |
Expand Down

0 comments on commit 6130681

Please sign in to comment.