Skip to content

Commit

Permalink
workflow: Add token for Github CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Sep 26, 2023
1 parent bb58ec3 commit 108ce13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update_libgui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
latest_tag=$(cat latest.json | jq -r '.tag_name')
echo "latest-name=$latest_name" >> GITHUB_OUTPUT
echo "latest-tag=$latest_tag" >> GITHUB_OUTPUT
env:
GITHUB_TOKEN: ${{ github.token }}
id: find-latest
- name: Check out LibGui
uses: actions/checkout@v4
Expand Down

0 comments on commit 108ce13

Please sign in to comment.