action-snapcraft icon indicating copy to clipboard operation
action-snapcraft copied to clipboard

snapcraft login broke starting June 15, 2022

Open ddennedy opened this issue 3 years ago • 2 comments

From https://github.com/mltframework/shotcut/runs/6906541923?check_suite_focus=true, using version 1.2.0:

--with is no longer supported, export the auth to the environment variable 'SNAPCRAFT_STORE_CREDENTIALS' instead

See related https://github.com/certbot/certbot/issues/9323

On a previous build, I got a different login failure "This login method is not longer supported." So, I thought I needed to re-export a token to my secrets, which I did but then got the above.

See snapcraft updated doc on the matter.

ddennedy avatar Jun 15 '22 20:06 ddennedy

+1, looks like the token should be removed from this action config and document that SNAPCRAFT_STORE_CREDENTIALS should be used where needed instead.

Saviq avatar Jun 16 '22 11:06 Saviq

Thanks for the tip @Saviq

ddennedy avatar Jun 17 '22 05:06 ddennedy