Skip to content

Commit

Permalink
Merge pull request #2066 from sashashura/patch-1
Browse files Browse the repository at this point in the history
GitHub Workflows security hardening
  • Loading branch information
sgoggins committed Dec 24, 2022
2 parents 7839435 + b56ef7c commit 3ac6794
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@ on:
types:
- published

permissions: {}

jobs:
build:
permissions:
contents: read # to fetch code (actions/checkout)
packages: write # to push docker image

name: Build image
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3ac6794

Please sign in to comment.