We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d0de1 commit cfb34a7Copy full SHA for cfb34a7
.github/workflows/build.yml
@@ -63,6 +63,11 @@ jobs:
63
64
publish:
65
runs-on: ubuntu-latest
66
+ permissions:
67
+ contents: write
68
+ id-token: write # For using token to sign images
69
+ actions: read # For getting workflow run info to build provenance
70
+ packages: write # Required for publishing provenance. Issue: https://github.com/slsa-framework/slsa-github-generator/tree/main/internal/builders/container#known-issues
71
if: ${{ github.ref_type == 'tag' && github.repository_owner == 'Kong' }}
72
steps:
73
# checkout tag
0 commit comments