diff --git a/.changes/unreleased/Security-20251218-164725.yaml b/.changes/unreleased/Security-20251218-164725.yaml new file mode 100644 index 0000000..da30450 --- /dev/null +++ b/.changes/unreleased/Security-20251218-164725.yaml @@ -0,0 +1,3 @@ +kind: Security +body: Update github action perission +time: 2025-12-18T16:47:25.197844-05:00 diff --git a/.github/workflows/create-release-pr.yaml b/.github/workflows/create-release-pr.yaml index 02e5423..c2d45ea 100644 --- a/.github/workflows/create-release-pr.yaml +++ b/.github/workflows/create-release-pr.yaml @@ -14,6 +14,9 @@ on: jobs: create-release-pr: runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write steps: - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # actions/checkout@v4