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
…now work again (#174)
* refs #173: This change should explicitely grant proper permissions to the job that creates a new release.
* refs #147: Added a test workflow to deploy docs site via GH Actions. This is a test commit.
* refs #147: Fixed indentation, running another test.
* refs #147: Specified working dir for the deployh command, running another test.
* refs #147: Specified permissions, renamed job for better readability. Running another test.
* refs #147: Changed a string back to test manual deploy. Running the last test.
* refs #147: The gh pages deploy workflow triggers are now related to the actual release, not pushes on testing branch.
Bug description
It should be possible to release new versions of Popochiu by pushing properly formatted tags to
main
ordevelop
branches.The automation is now broken at the
gh-release-action
stage for permissions reasons.Steps to reproduce
Steps to reproduce the behavior:
v2.0.0-beta2
onmain
ordevelop
branchgit push --tags
Expected vs observed behavior
The action should run flawlessly
Additional context
The problem has been issued here, and it's due to a change in the permissions level for gh-actions. I'll check everything is in place.
The text was updated successfully, but these errors were encountered: