From 1a4c7fce9c8fad81b45715db662ee3068f7e4511 Mon Sep 17 00:00:00 2001 From: Thomas Strohmeier Date: Fri, 5 May 2023 10:55:35 +0200 Subject: [PATCH] add github token to avoid rate limit --- .github/workflows/kimai-release-byte.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/kimai-release-byte.yml b/.github/workflows/kimai-release-byte.yml index e300a02..e009a03 100644 --- a/.github/workflows/kimai-release-byte.yml +++ b/.github/workflows/kimai-release-byte.yml @@ -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