Skip to content

Commit

Permalink
Move permissions declaration out of jobs section
Browse files Browse the repository at this point in the history
  • Loading branch information
Bravewave committed Nov 17, 2024
1 parent 64bfcad commit 64e1a87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:
branches:
- containers

permissions:
contents: read
packages: write

jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: read
packages: write

steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 64e1a87

Please sign in to comment.