Skip to content

Commit

Permalink
refactor: Change permission to read only
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Jul 22, 2023
1 parent 1e5019e commit b102c7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches:
- master

permissions: write-all
permissions:
read: all

jobs:
deploy:
Expand Down

0 comments on commit b102c7b

Please sign in to comment.