Skip to content

Conversation

trask
Copy link
Member

@trask trask commented Jul 7, 2025

@mowies mowies changed the title Verify new docker token [chore] verify new docker token Jul 7, 2025
@mx-psi mx-psi added this pull request to the merge queue Jul 7, 2025
@mowies
Copy link
Member

mowies commented Jul 7, 2025

@mowies mowies removed this pull request from the merge queue due to a manual request Jul 7, 2025
@trask
Copy link
Member Author

trask commented Jul 7, 2025

I verified the token in 1password works, so I copied that back over into the github org secret DOCKER_TOKEN_COLLECTOR_RELEASES, I'm going to test merge on this again

@trask trask added this pull request to the merge queue Jul 7, 2025
@trask trask removed this pull request from the merge queue due to a manual request Jul 7, 2025
@mowies
Copy link
Member

mowies commented Jul 7, 2025

seems to still have the same issue of incorrect username/password :(
https://github.com/open-telemetry/opentelemetry-collector-releases/actions/runs/16120014933/job/45483136830

- name: Log into Docker.io using new token
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just realized this repo has its own DOCKER_USERNAME secret, while at the org level it's defined as a variable

Suggested change
username: ${{ secrets.DOCKER_USERNAME }}
username: ${{ vars.DOCKER_USERNAME }}

@trask trask added this pull request to the merge queue Jul 7, 2025
@trask
Copy link
Member Author

trask commented Jul 7, 2025

sorry folks, this is the first repo we've migrated from old token, so I didn't think about it that it was probably previously using someone's individual username/password and not the otel org username, which is what the new token uses

Merged via the queue into open-telemetry:main with commit b459583 Jul 7, 2025
72 checks passed
@trask trask deleted the verify-new-token branch July 7, 2025 15:13
mowies pushed a commit to mowies/opentelemetry-collector-releases that referenced this pull request Jul 15, 2025
* Verify new token

* Update .github/workflows/regression-tests.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants