Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Automated releasing is not functional #759

@guidezpl

Description

@guidezpl

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

Metadata

Metadata

Assignees

Labels

P1Priority 1 - Must havebugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions