Skip to content

Commit 22c1148

Browse files
authored
Revert "use DOCKER_TOKEN_COLLECTOR_RELEASES rather than DOCKER_PASSWO… (#995)
* Revert "use DOCKER_TOKEN_COLLECTOR_RELEASES rather than DOCKER_PASSWORD (#982)" This reverts commit e0d08e6. * add changelog
1 parent 9b08e6c commit 22c1148

3 files changed

Lines changed: 30 additions & 4 deletions

File tree

‎.chloggen/revert-docker-token.yaml‎

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: bug_fix
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
7+
component: release
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Revert to old docker token
11+
12+
# One or more tracking issues or pull requests related to the change
13+
issues: [995]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# Optional: The change log or logs in which this entry should be included.
21+
# e.g. '[user]' or '[user, api]'
22+
# Include 'user' if the change is relevant to end users.
23+
# Include 'api' if there is a change to a library API.
24+
# Default: '[user]'
25+
change_logs: []
26+

‎.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_TOKEN_COLLECTOR_RELEASES }}
80+
password: ${{ secrets.DOCKER_PASSWORD }}
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_TOKEN_COLLECTOR_RELEASES }}
214+
password: ${{ secrets.DOCKER_PASSWORD }}
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_TOKEN_COLLECTOR_RELEASES }}
56+
password: ${{ secrets.DOCKER_PASSWORD }}
5757
- name: Login to GitHub Package Registry
5858
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
5959
with:

0 commit comments

Comments
 (0)