decred.org/dcrdex@v1.0.5/.github/workflows/README.md (about)

     1  
     2  # Build and Publish Snap Package workflow
     3  
     4  This workflow builds a `snap` package and uploads it to the [Snap Store](https://snapcraft.io/store).  It has a `workflow_dispatch` trigger so it can be triggered manually only, it is not hooked up to any other GH event.
     5  
     6  The store upload requires the `SNAPCRAFT_STORE_CREDENTIALS` variable to be set in [Github Secrets](https://github.com/decred/dcrdex/settings/secrets/actions).  
     7  See https://github.com/snapcore/action-publish for details.
     8  
     9  More information on Snapcraft authentication: [https://snapcraft.io/docs/snapcraft-authentication]