Skip to content

Commit 76f1497

Browse files
explicitly state permissions
Co-authored-by: Daniel Kaufman <114174502+danielfromearth@users.noreply.github.com>
1 parent 16626eb commit 76f1497

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ env:
1717
jobs:
1818
build:
1919
runs-on: ubuntu-latest
20+
permissions:
21+
contents: read
22+
packages: write
2023
steps:
2124
- name: Retrieve repository
2225
uses: actions/checkout@v6

0 commit comments

Comments
 (0)