From e0d39ed4c63f0d23eda044a29e7656bd66260666 Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Sun, 22 Sep 2024 18:03:41 +0200 Subject: [PATCH] fixes pr gha --- .github/workflows/pr.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 63a20f3..a32d6f1 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -12,6 +12,7 @@ jobs: contents: write statuses: write pull-requests: write + deployments: write steps: - uses: actions/checkout@v3 - uses: julia-actions/setup-julia@v2