Skip to content

Commit

Permalink
Add comment justifying contents: write
Browse files Browse the repository at this point in the history
  • Loading branch information
AJGranowski authored Sep 29, 2024
1 parent a8a040e commit 55e3a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
runs-on: ubuntu-latest
needs: ci
permissions:
contents: write
contents: write # Needed to create a release https://docs.github.com/en/rest/releases/releases#create-a-release

if: ${{ startsWith(github.ref, 'refs/tags/release-') }}
steps:
Expand Down Expand Up @@ -225,4 +225,4 @@ jobs:
artifactErrorsFailBuild: true
artifacts: "release/entrypoint,release/user-mirror"
generateReleaseNotes: true
name: Release ${{ env.RELEASE_VERSION }}
name: Release ${{ env.RELEASE_VERSION }}

0 comments on commit 55e3a5a

Please sign in to comment.