diff --git a/.github/workflows/autoversion.yml b/.github/workflows/autoversion.yml index a2bf360a..cffebb4b 100644 --- a/.github/workflows/autoversion.yml +++ b/.github/workflows/autoversion.yml @@ -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 @@ -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