diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63cf419..d85cd40 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 - name: Download metalbond using the script - run: ./hack/rel_download.sh -dir=build -owner=onmetal -repo=metalbond -pat=${{ secrets.GITHUB_TOKEN }} + run: ./hack/rel_download.sh -dir=build -owner=onmetal -repo=metalbond -pat=${{ secrets.BOT_PAT }} - name: Install metalbond run: sudo dpkg -i build/metalbond*.deb