diff --git a/.github/workflows/update-repositories.yml b/.github/workflows/update-repositories.yml index 889098ef..dec52a3a 100644 --- a/.github/workflows/update-repositories.yml +++ b/.github/workflows/update-repositories.yml @@ -15,6 +15,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + + - name: Install gh cli + run: | + sudo apt-get install -y gh + - name: Download .deb assets from release env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}