Skip to content

Commit

Permalink
build: harden GitHub Workflow permissions (#5241)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Low <aleksandrosansan@gmail.com>
  • Loading branch information
sashashura committed Sep 23, 2022
1 parent f29638d commit aacce1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -8,6 +8,9 @@ on:

jobs:
build:
permissions:
contents: write # for git push

name: Build and Push
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit aacce1a

Please sign in to comment.