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 c6e9ba6 commit 64fc478Copy full SHA for 64fc478
.github/workflows/build.yml
@@ -1,7 +1,6 @@
1
name: Build
2
permissions:
3
contents: write
4
- packages: write
5
6
on: [push, pull_request]
7
.github/workflows/docker.yml
@@ -29,6 +29,8 @@ jobs:
29
30
contents: read
31
packages: write
32
+ id-token: write
33
+ attestations: write
34
35
steps:
36
- name: Checkout repository
0 commit comments