This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new d7961f2c28 [skip ci] add write permission
d7961f2c28 is described below

commit d7961f2c28d51a2bb0412144f51fc3dd67626784
Author: James Daugherty <[email protected]>
AuthorDate: Sun Jun 1 03:02:07 2025 -0400

    [skip ci] add write permission
---
 .github/workflows/release-source-distribution.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/release-source-distribution.yml 
b/.github/workflows/release-source-distribution.yml
index 2568a05d20..8bbd1d99ba 100644
--- a/.github/workflows/release-source-distribution.yml
+++ b/.github/workflows/release-source-distribution.yml
@@ -23,6 +23,8 @@ on:
         type: string
 jobs:
   source:
+    permissions:
+      contents: write
     runs-on: ubuntu-latest
     steps:
       - name: "📥 Checkout grails-core repository"

Reply via email to