From 6bda865e3d9704df562beba8f99dd545c118e19e Mon Sep 17 00:00:00 2001 From: Aaron Kanzer Date: Tue, 30 Jan 2024 09:07:02 -0500 Subject: [PATCH] Include permissions for actions bot --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e62fefda..22947ecc6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,11 @@ name: Auto-release on PR merge +permissions: + contents: write + packages: write + on: - # ATM, this is the closest trigger to a PR merging + # ATM, this is the closest trigger to a PR merging push: branches: - master