We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ecce4e commit 2cde856Copy full SHA for 2cde856
.github/workflows/build.yaml
@@ -53,4 +53,3 @@ jobs:
53
args: release --clean ${{ inputs.snapshot && '--snapshot' || '' }}
54
env:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
- DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
.github/workflows/pull-request.yaml
@@ -8,13 +8,13 @@ on:
8
9
permissions:
10
contents: read
11
+ packages: write
12
+ attestations: write
13
+ id-token: write
14
15
jobs:
16
lint:
17
uses: ./.github/workflows/lint.yaml
18
19
test:
20
uses: ./.github/workflows/test.yaml
-
- build:
- uses: ./.github/workflows/build.yaml
0 commit comments