Remove github-token from example in README

My impression is that this is no longer necessary due to #45 which was released via 5.1.
This commit is contained in:
Avi Flax @ Latacora 2022-06-15 12:10:23 -04:00 committed by GitHub
parent b23a7d0825
commit 5057b75293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,9 +50,6 @@ jobs:
boot: 2.8.3 # Boot.clj
bb: 0.7.8 # Babashka
clj-kondo: 2022.05.31 # Clj-kondo
# (optional) To avoid rate limit errors please provide github token
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Execute clojure code on Linux and MacOS
if: ${{ matrix.os != 'windows-latest' }}