Skip to content

Commit

Permalink
Set top-level permissions to contents: read (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
tallaxes committed Sep 4, 2024
1 parent df75b93 commit ed0961d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ name: Release Trigger
on:
workflow_dispatch:

permissions:
contents: read

jobs:
generate-sem-ver:
permissions:
Expand All @@ -31,4 +34,4 @@ jobs:
# Using the current latest major version of semantic-release v24, to
# prevent automated breaking changes, but still pickup features and patches ASAP.
# Will need to adopt new major versions as they are released.
npx semantic-release@24
npx semantic-release@24

0 comments on commit ed0961d

Please sign in to comment.