Skip to content

Commit 64fc478

Browse files
committed
.
1 parent c6e9ba6 commit 64fc478

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Build
22
permissions:
33
contents: write
4-
packages: write
54

65
on: [push, pull_request]
76

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
permissions:
3030
contents: read
3131
packages: write
32+
id-token: write
33+
attestations: write
3234

3335
steps:
3436
- name: Checkout repository

0 commit comments

Comments
 (0)