diff --git a/.github/workflows/check-tags.yml b/.github/workflows/check-tags.yml index eb98541..d8e2f72 100644 --- a/.github/workflows/check-tags.yml +++ b/.github/workflows/check-tags.yml @@ -67,7 +67,7 @@ jobs: name: Keepalive runs-on: ubuntu-latest permissions: - actions: write + contents: write steps: # Checkout is needed to determine if keepalive is necessary based on repo activity. - uses: actions/checkout@v4