diff --git a/.github/workflows/pr-close.yml b/.github/workflows/pr-close.yml index 19fbf52..d5d49d2 100644 --- a/.github/workflows/pr-close.yml +++ b/.github/workflows/pr-close.yml @@ -13,6 +13,9 @@ jobs: # If merged into main, then handle any image promotions release: name: Action release + permissions: + contents: write + discussions: write if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' runs-on: ubuntu-22.04 steps: