diff --git a/.github/workflows/notify-user-new-environment-created.yml b/.github/workflows/notify-user-new-environment-created.yml index c5ba6f2cf..2440a1d4e 100644 --- a/.github/workflows/notify-user-new-environment-created.yml +++ b/.github/workflows/notify-user-new-environment-created.yml @@ -13,7 +13,7 @@ jobs: send-message: runs-on: ubuntu-latest permissions: - contents: write + issues: write steps: - name: Check out repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1