diff --git a/.github/workflows/update-repositories.yml b/.github/workflows/update-repositories.yml index 58c413d..e625314 100644 --- a/.github/workflows/update-repositories.yml +++ b/.github/workflows/update-repositories.yml @@ -13,6 +13,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 }}