Skip to content

Commit

Permalink
Set permissions on build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jul 31, 2022
1 parent 0630481 commit e1e6b58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build docker image

permissions:
contents: read

on: [push]

jobs:
Expand Down

0 comments on commit e1e6b58

Please sign in to comment.