Skip to content

Commit 2cde856

Browse files
Update permissions
1 parent 6ecce4e commit 2cde856

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,3 @@ jobs:
5353
args: release --clean ${{ inputs.snapshot && '--snapshot' || '' }}
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56-
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}

.github/workflows/pull-request.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ on:
88

99
permissions:
1010
contents: read
11+
packages: write
12+
attestations: write
13+
id-token: write
1114

1215
jobs:
1316
lint:
1417
uses: ./.github/workflows/lint.yaml
1518

1619
test:
1720
uses: ./.github/workflows/test.yaml
18-
19-
build:
20-
uses: ./.github/workflows/build.yaml

0 commit comments

Comments
 (0)