PRQL / prql

PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement
https://prql-lang.org
Apache License 2.0
9.6k stars 208 forks source link

Snap auth seems to have expired #4562

Closed max-sixty closed 4 weeks ago

max-sixty commented 4 weeks ago

What's up?

@vanillajonathan are you familiar with this at all?

https://github.com/PRQL/prql/actions/runs/9432185880/job/25981634759

vanillajonathan commented 4 weeks ago

Yeah it seems the Snap credentials have expired.

2024-06-08T23:20:29.3331710Z Exported credentials are no longer valid for the Snap Store.
2024-06-08T23:20:29.3375339Z Recommended resolution: Run export-login and update SNAPCRAFT_STORE_CREDENTIALS.
2024-06-08T23:20:29.3377078Z For more information, check out: https://snapcraft.io/docs/snapcraft-authentication

https://snapcraft.io/docs/snapcraft-authentication

I think you have to run:

snapcraft export-login <credentials-filename>

and update the SNAPCRAFT_STORE_CREDENTIALS secret in the GitHub repository settings used by .github/workflows/release.yaml.

max-sixty commented 4 weeks ago

OK great, thanks a lot. I did this; let's see whether it works!

max-sixty commented 4 weeks ago

It worked, thanks! https://github.com/PRQL/prql/actions/runs/9432813673/job/25983050930

max-sixty commented 4 weeks ago

Though FYI the versions might not be flowing through?

image
vanillajonathan commented 4 weeks ago

Yes, and also other metadata such as website, issues, contact, and license are not flowing through either despite being declared in the snapcraft.yaml file. I don't know why.