Hi everyone, We want to build a docker image and push it to the docker hub(apache/answer) via GitHub action. However, after configuring the docker username and token, we have failed to log in. There was a setting page on the GitHub page that allowed us to configure secrets, but now we don't have access to do so. I'm not sure if secrets are there by default. So I would like to ask how to configure secrets or how to apply for the permission of pushing docker image?
The GitHub action looks like this https://github.com/apache/incubator-answer/blob/58dadefc99d1ec015e1d45845f33a91cf6679b11/.github/workflows/build-image-for-release.yml#L53-L57 https://github.com/apache/incubator-answer/actions/runs/6901747619/job/18777119795 Thanks, LinkinStar
