Skip to content

Commit

Permalink
Use the github token with kup to avoid hitting API limit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Jan 24, 2025
1 parent d74f959 commit 1fd34c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/kontrol-push-unfixed-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ on:
required: false
default: ''
permissions:
contents: read
packages: write

jobs:
Expand All @@ -41,7 +40,7 @@ jobs:
shell: bash
run: |
set -o pipefail
docker run --rm -it --detach --name kontrol-build-with-kup-${{ github.run_id }} ghcr.io/runtimeverification/kup:latest
docker run --env GH_TOKEN=${{ secrets.GITHUB_TOKEN }} --rm -it --detach --name kontrol-build-with-kup-${{ github.run_id }} ghcr.io/runtimeverification/kup:latest
if [ -n "${{ inputs.kontrol-version }}" ]; then
KONTROL_OVERRIDE="--version ${{ inputs.kontrol-version }}"
fi
Expand Down

0 comments on commit 1fd34c9

Please sign in to comment.