From 94ac9bd491268d8485243c984cdebd685365cfda Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 12 Feb 2025 10:52:49 +0100 Subject: [PATCH] style(release.yml): format permissions section in YAML --- .gitea/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index d449485..51e555c 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -8,17 +8,17 @@ env: GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} permissions: - contents: read # for checkout + contents: read jobs: release: name: Release runs-on: remote permissions: - contents: write # to be able to publish a GitHub release - issues: write # to be able to comment on released issues - pull-requests: write # to be able to comment on released pull requests - id-token: write # to enable use of OIDC for npm provenance + contents: write + issues: write + pull-requests: write + id-token: write steps: - name: Create Release uses: https://git.kjan.de/actions/semantic-release@main