I constructed a settings.xml file for uploading files in the package registry through maven. For the USERNAME I entered my personal email address and for the password I used ${{ ** secrets.GITHUB_TOKEN }}**. This works fine.
But I have not found a way to authenticate as my organisation. I tried the name, the display name and the email, nothing works (Access denied). I do not like to put my personal email address in the workflow file of my organistation.
Is there a solution to authenticate as the organisation?