-
Notifications
You must be signed in to change notification settings - Fork 213
[chore] verify new docker token #1004
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I verified the token in 1password works, so I copied that back over into the github org secret |
seems to still have the same issue of incorrect username/password :( |
- name: Log into Docker.io using new token | ||
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 | ||
with: | ||
username: ${{ secrets.DOCKER_USERNAME }} |
There was a problem hiding this comment.
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
username: ${{ secrets.DOCKER_USERNAME }} | |
username: ${{ vars.DOCKER_USERNAME }} |
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 |
* Verify new token * Update .github/workflows/regression-tests.yaml
Related to open-telemetry/community#2805
cc @jade-guiton-dd @mowies