From 51152b565bc35039f9e91b8ed0951aef31cdedbf Mon Sep 17 00:00:00 2001 From: Mahrud Sayrafi Date: Mon, 23 Oct 2023 03:30:27 -0500 Subject: [PATCH] switched to using GitHub Packages for storing bottles --- .github/workflows/publish.yml | 1 + .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7d9b9e4..df33677 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,6 +10,7 @@ env: permissions: actions: read contents: write + permissions: write-all pull-requests: write jobs: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 71a5008..05b6bc1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,7 @@ jobs: - run: brew test-bot --only-tap-syntax - - run: brew test-bot --only-formulae --verbose + - run: brew test-bot --only-formulae --verbose --root-url=https://ghcr.io/v2/macaulay2/tap if: github.event_name == 'pull_request' - name: Upload bottles as artifact