Skip to content

Commit

Permalink
Bring back default token for gh CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbuckley authored Sep 4, 2024
1 parent 1b2b27c commit 8315210
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
uses: actions/checkout@v4
- name: Get current role and location
id: details
env:
GH_TOKEN: ${{ github.token }}
run: |
echo "existing=$(gh api user -q .bio)" >> $GITHUB_OUTPUT
echo "role=$(awk -v col=4 -f _src/role.awk _src/cv.tex)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 8315210

Please sign in to comment.