From fff77320d689b356887f36e3d4ecd7dd17c3193a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 26 Jan 2025 18:50:08 +0000 Subject: [PATCH 1/2] add permissions --- .github/workflows/github_action.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/github_action.yml b/.github/workflows/github_action.yml index 79c46cee..64af8ce9 100644 --- a/.github/workflows/github_action.yml +++ b/.github/workflows/github_action.yml @@ -12,11 +12,26 @@ permissions: contents: write pages: write id-token: write + issues: write + pull-requests: write + discussions: write + actions: write + deployments: write + packages: write + repository-projects: write + security-events: write + statuses: write jobs: release: name: Create Release runs-on: ubuntu-latest + permissions: + contents: write + issues: write + pull-requests: write + discussions: write + packages: write steps: - uses: actions/checkout@v4 with: From 7a1356e6daa204054baa72f95d07bea7b3b2f883 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 26 Jan 2025 18:52:53 +0000 Subject: [PATCH 2/2] add summary --- .github/workflows/github_action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/github_action.yml b/.github/workflows/github_action.yml index 64af8ce9..741d870b 100644 --- a/.github/workflows/github_action.yml +++ b/.github/workflows/github_action.yml @@ -56,6 +56,8 @@ jobs: release-count: 0 skip-version-file: false skip-commit: false + create-summary: true + output-file: "CHANGELOG.md" - name: Set up Python uses: actions/setup-python@v5