Skip to content

Commit

Permalink
ci: tight up permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Josef Andersson <[email protected]>
  • Loading branch information
janderssonse committed Jan 19, 2025
1 parent e5e349c commit e91a443
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
# SPDX-License-Identifier: CC0-1.0

name: Release Workflow

on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+(-SNAPSHOT|-[0-9A-Za-z-]+)? #Semver-style
- 'v[0-9]*.[0-9]*' # Forces at least vX.Y and then allows anything after

permissions:
contents: read
Expand Down

0 comments on commit e91a443

Please sign in to comment.