Skip to content

Commit bec1902

Browse files
author
Test User
committed
Add permissions
1 parent 496dcdb commit bec1902

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-wolfprovider.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
build_wolfprovider_common:
2222
name: Build wolfProvider
2323
runs-on: ubuntu-22.04
24+
# Grant permissions to read packages from ghcr.io
25+
permissions:
26+
contents: read
27+
packages: read
2428
# Run inside Debian Bookworm using container from ghcr.io/wolfssl/build-wolfprovider-debian:bookworm
2529
# We are using this container to avoid having to install all the dependencies on the host machine
2630
# and speed up the build process.

0 commit comments

Comments
 (0)