Skip to content

Commit c6b899b

Browse files
committed
use DOCKER_TOKEN_COLLECTOR_RELEASES rather than DOCKER_PASSWORD
1 parent 21695b4 commit c6b899b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/base-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
7878
with:
7979
username: ${{ secrets.DOCKER_USERNAME }}
80-
password: ${{ secrets.DOCKER_PASSWORD }}
80+
password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }}
8181

8282
- name: Login to GitHub Package Registry
8383
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
@@ -211,7 +211,7 @@ jobs:
211211
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
212212
with:
213213
username: ${{ secrets.DOCKER_USERNAME }}
214-
password: ${{ secrets.DOCKER_PASSWORD }}
214+
password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }}
215215

216216
- name: Login to GitHub Package Registry
217217
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0

.github/workflows/opampsupervisor-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
goreleaser:
1313
runs-on: ubuntu-latest
14-
14+
1515
permissions:
1616
id-token: write
1717
packages: write
@@ -53,7 +53,7 @@ jobs:
5353
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
5454
with:
5555
username: ${{ secrets.DOCKER_USERNAME }}
56-
password: ${{ secrets.DOCKER_PASSWORD }}
56+
password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }}
5757
- name: Login to GitHub Package Registry
5858
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
5959
with:

0 commit comments

Comments
 (0)