Skip to content

Commit

Permalink
ci(gha): specify permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Feb 13, 2023
1 parent cffc1d8 commit 69c741d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
schedule:
- cron: '42 2 * * 6' # weekly on Saturday 2:42 UTC

permissions:
contents: read
packages: write

jobs:
docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 69c741d

Please sign in to comment.