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
Create a new github access key (they only last upto 1 year :()
SSH into dev-swarm-m1
Create a new docker secret github_access_token _{n}, where n is the next number (docker secret ls to see existing)
Lastly run: docker service update --secret-rm github_access_token_{n-1} --secret-add src=github_access_token_{n},target=github_access_token swarm_updater_swarm-stack-updater
jimbonothing64
changed the title
Swarm stack updater has not been working for a while, and this means all of the development websites aren't updating now.
Swarm stack updater needs a new github access token every year.
Dec 19, 2023
swarm-stack-updater/src/swarm_stack_updater.sh
Line 171 in e7ec619
This is the relevant line, it seems like authorisation might be wrong or expired.
The text was updated successfully, but these errors were encountered: