blackmann / story_view

Story view for apps with stories.
BSD 3-Clause "New" or "Revised" License
402 stars 327 forks source link

Merge pull request #1 from blackmann/master #169

Closed geekpius closed 5 months ago

geekpius commented 7 months ago

Created GitHub actions workflow for updating pub dev

geekpius commented 7 months ago

created a CI github workflow and it will require admin to create a secrete for this repo using the following variables

PUB_DEV_PUBLISH_ACCESS_TOKEN PUB_DEV_PUBLISH_REFRESH_TOKEN PUB_DEV_PUBLISH_TOKEN_ENDPOINT PUB_DEV_PUBLISH_EXPIRATION

use this command to generate credentials.json on Mac. this command is for an already published package ~/.pub-cache/credentials.json

blackmann commented 5 months ago

@geekpius I resolved to a modified version of an official workflow from here: https://dart.dev/tools/pub/automated-publishing#configuring-a-github-action-workflow-for-publishing-to-pub-dev

See: https://github.com/blackmann/story_view/blob/master/.github/workflows/publish.yml

Actions are now enabled.

geekpius commented 5 months ago

this is nice