From 0478a9ad09ad937f25b911a28a7482d4153da9e6 Mon Sep 17 00:00:00 2001 From: charlie-foxtrot <13514783+charlie-foxtrot@users.noreply.github.com> Date: Sun, 21 Jan 2024 13:51:08 -0800 Subject: [PATCH] give permissions to launch actions (#452) --- .github/workflows/version_bump.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index 23e8726..4afb61a 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -11,6 +11,7 @@ jobs: runs-on: ubuntu-22.04 permissions: contents: write + actions: write steps: - uses: actions/checkout@v4 with: