Merge pull request #52 from aviflat/patch-1

Remove github-token from example in README
This commit is contained in:
Kirill Chernyshov 2022-06-15 18:19:00 +02:00 committed by GitHub
commit f3ada4db09
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' }}