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.
2 parents 49e7a71 + e6ef705 commit 8b3425fCopy full SHA for 8b3425f
.github/workflows/release.yml
@@ -23,11 +23,11 @@ jobs:
23
with:
24
go-version: '^1.20'
25
- name: Docker Login
26
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
27
28
registry: ghcr.io
29
- username: ${{ secrets.GH_USERNAME }}
30
- password: ${{ secrets.GH_PAT }}
+ username: ${{ github.actor }}
+ password: ${{ secrets.GITHUB_TOKEN }}
31
- uses: goreleaser/goreleaser-action@v4
32
33
distribution: goreleaser
.github/workflows/sbom-upload.yml
@@ -33,7 +33,7 @@ jobs:
steps:
34
- uses: actions/checkout@master
35
36
37
38
39
username: ${{ github.actor }}
0 commit comments