Skip to content

Commit

Permalink
chore: update permissions (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
sympatheticmoose authored Feb 20, 2024
1 parent 0229575 commit 790db95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
- master
- main

permissions: read-all

jobs:
build:
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ on:
tags:
- 'v*' # Run workflow on version tags, e.g. v1.0.0.

permissions:
contents: write
permissions: read-all

jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 790db95

Please sign in to comment.