Skip to content

Commit

Permalink
fix: disable token
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Jan 23, 2025
1 parent 7e5eb92 commit 0f99496
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/autoversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- name: Init Hermit
run: ./bin/hermit env -r >> $GITHUB_ENV
- name: Auto-version
env:
GITHUB_TOKEN: ${{ secrets.AUTO_VERSIONING }}
# env:
# GITHUB_TOKEN: ${{ secrets.AUTO_VERSIONING }}
run: |
set -xe
Expand All @@ -28,7 +28,8 @@ jobs:
# done
hermit -d manifest auto-version --continue-on-error --update-digests $(ls -1 *.hcl | shuf)
curl --header "Authorization: Bearer $GITHUB_TOKEN" https://api.github.com/rate_limit
# curl --header "Authorization: Bearer $GITHUB_TOKEN" https://api.github.com/rate_limit
curl https://api.github.com/rate_limit
if git diff --exit-code HEAD; then
echo "No change"
exit 0
Expand Down

0 comments on commit 0f99496

Please sign in to comment.