Skip to content

Commit

Permalink
Set GH_TOKEN for gh cli
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed Nov 22, 2023
1 parent 7176f95 commit 4f7a373
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/zig_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Update
env:
GH_TOKEN: ${{ github.token }}
run: |
OLD_VERSION="$(grep -m 1 -oP '^\s+"\K\d+\.\d+\.\d+(?=":)' zig/private/versions.bzl)"
bazel run //util:update_zig_versions
Expand Down

0 comments on commit 4f7a373

Please sign in to comment.