Skip to content

Commit

Permalink
add github token to avoid rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
tstrohmeier committed May 5, 2023
1 parent 5d7a8e4 commit 1a4c7fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/kimai-release-byte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:

- name: get lastest 1.x version
id: remote_version
run: echo "::set-output name=version::$(lastversion https://github.com/kevinpapst/kimai2 --only '~^1\.')"
run: echo "::set-output name=version::$(lastversion https://github.com/kevinpapst/kimai2 --only '~^1\.')"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down

0 comments on commit 1a4c7fc

Please sign in to comment.