Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Default permissions to read-only and contents to write to allow creating artifacts.
  • Loading branch information
janaknat committed Dec 4, 2023
1 parent 6cd8e13 commit 8956f9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
tags:
- '*'

permissions: read-all

jobs:
Build:
uses: ./.github/workflows/ci.yml
Expand All @@ -17,6 +19,8 @@ jobs:
- self-hosted
- Linux
- ${{matrix.architecture}}
permissions:
contents: write
needs:
- Build
steps:
Expand Down

0 comments on commit 8956f9f

Please sign in to comment.