From 6d812eb52135c88284cae4fc3dea890ea5f89381 Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Wed, 12 Nov 2025 02:32:46 +0000 Subject: [PATCH] GitHub Actions: Update `typisttech/.github` to v3 --- .github/workflows/release-drafter.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 0a87ac5..27f7730 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -10,11 +10,13 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} cancel-in-progress: true -permissions: {} - jobs: release-drafter: - uses: typisttech/.github/.github/workflows/release-drafter.yml@v2 + runs-on: ubuntu-latest permissions: contents: write pull-requests: read + steps: + - uses: release-drafter/release-drafter@v6 + env: + GITHUB_TOKEN: ${{ github.token }} # Not a typo.