You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I migrated my account to an organization and generated a new api key for the admin user. I used this action with the new username like this:
name: Update Readme.md and description
uses: meeDamian/[email protected]
with:
user: ${{ secrets.DOCKER_HUB_USERNAME }} // my user that is not marctv
pass: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} // a new api key for my new user.
readme: ./README.md
slug: marctv/minecraft-overviewer
result:
{'errinfo': {}, 'message': 'insufficient scope'}
Any idea why?
The text was updated successfully, but these errors were encountered:
I migrated my account to an organization and generated a new api key for the admin user. I used this action with the new username like this:
name: Update Readme.md and description
uses: meeDamian/[email protected]
with:
user: ${{ secrets.DOCKER_HUB_USERNAME }} // my user that is not marctv
pass: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} // a new api key for my new user.
readme: ./README.md
slug: marctv/minecraft-overviewer
result:
{'errinfo': {}, 'message': 'insufficient scope'}
Any idea why?
The text was updated successfully, but these errors were encountered: