Closed Bastianowicz closed 4 months ago
I already posted this here but with no success. Maybe some can help
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Bump
@Bastianowicz, apologies for not seeing the issue raised regarding the uplift-action
project. It must have disappeared into my spam. The uplift-action
documentation is not in sync with the uplift
project. I have updated the documentation to include instructions on:
uplift-bot
user.I will update the uplift documentation to reflect these changes also
Thank you. The additonal with: token: ${{}}
in the checkout step actually did the trick. Would have tried that for ages. Thank you!
What happened?
In my project I have to separate workflows.
One is for "release" which is the uplift action triggering uplift release. This action I configured to use a personal access token instead of the GITHUB_TOKEN (like said in the docs). ❌ This does not seem to work though. The tags created are still authored by uplift bot.
The other is to publish the new version to npm. This does work when I manually push a tag. But it does not automatically after the release pipeline ran since the tags are still being created by the uplift bot.
Further the PAT in the settings says "never used". I regenerated it and added it freshly as an action secret. It does not seem to be applied to the action since it says "never used" nevertheless.
Steps to reproduce it
Your uplift configuration
Which version?
v2.0.1
Which operating system(s) are you using?
Linux
Optional debug output
No response
Code of Conduct