Skip to content

Commit

Permalink
fix: restrict permissions of github token for draft deploy
Browse files Browse the repository at this point in the history
restrict permissions of github token for draft deploy
  • Loading branch information
shawaj authored Jan 14, 2025
1 parent 5eca447 commit c3e11e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-to-balena-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
pull_request_target:
types: [opened, synchronize]

permissions:
contents: read

jobs:
build:
name: "Deploy-to-Balena-Draft"
Expand Down

0 comments on commit c3e11e5

Please sign in to comment.