We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496dcdb commit bec1902Copy full SHA for bec1902
.github/workflows/build-wolfprovider.yml
@@ -21,6 +21,10 @@ jobs:
21
build_wolfprovider_common:
22
name: Build wolfProvider
23
runs-on: ubuntu-22.04
24
+ # Grant permissions to read packages from ghcr.io
25
+ permissions:
26
+ contents: read
27
+ packages: read
28
# Run inside Debian Bookworm using container from ghcr.io/wolfssl/build-wolfprovider-debian:bookworm
29
# We are using this container to avoid having to install all the dependencies on the host machine
30
# and speed up the build process.
0 commit comments