gallery icon indicating copy to clipboard operation
gallery copied to clipboard

Automated releasing is not functional

Open guidezpl opened this issue 3 years ago • 3 comments

In order to keep maintenance of this app to a minimum and to allow any contributor to release updates, I created releasing instructions and a set of releasing GitHub workflows.

They have not been functional for a while (e.g. 1, due

  • the locking down of GITHUB_TOKEN to read-only

  • a replacement FLUTTERGALLERYRELEASEBOT_TOKEN token which expires every 6 months, thereby defeating the purpose of having easy, mostly hands-off releasing

  • [ ] A token is required that:

    • can create and edit Github releases
    • can create tags
    • preferably does not expire (it does not communicate with any backend)

Moreover, specific to the web releasing workflow, there's an additional issue regarding our auth setup, which is "currently deprecated and use a legacy Firebase token generator".

The recommended approach is to use Firebase CLI, which is currently disabled for the flutter organization.

  • [ ] Access should be granted to the Firebase project gallery-flutter-dev.

image

guidezpl avatar Aug 25 '22 16:08 guidezpl

@godofredoc any updates on this?

guidezpl avatar Nov 13 '22 11:11 guidezpl

The firebase cli has been enabled in the flutter/gallery project but could not find any way to connect it to the gcp project.

godofredoc avatar Jun 23 '23 21:06 godofredoc

Thanks! Is cl/428095068 needed?

guidezpl avatar Jul 05 '23 00:07 guidezpl