From 6c7d9cd7cb3d9e4d73e9270c098f87319d42f328 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 15 Jun 2023 17:28:57 -1000 Subject: [PATCH] fix: release --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edbe013..a38fe62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,8 @@ on: - main pull_request: +permissions: write-all + concurrency: group: ${{ github.head_ref || github.run_id }} cancel-in-progress: true