glitch-tools / sync-glitch-github-action

:flags: :arrow_forward: Wrap the sync-glitch CLI to enable execute the command as GitHub Action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Action for Glitch

Wraps the sync-glitch CLI to enable execute the command.

Usage

# .github/main.workflow
workflow "New workflow" {
  on = "push"
  resolves = ["glitch-tools/sync-glitch-github-action@master"]
}

action "glitch-tools/sync-glitch-github-action@master" {
  uses = "glitch-tools/sync-glitch-github-action@master"
  secrets = ["GLITCH_PROJECT_ID", "GLITCH_TOKEN"]
}

Secrets

  • GLITCH_PROJECT_ID - Required The projectId of yours.
  • GLITCH_TOKENRequired The authorization of yours.

For more details on glitch-tools/sync-glitch-cli#how-to-get-required-environment-variables

About

:flags: :arrow_forward: Wrap the sync-glitch CLI to enable execute the command as GitHub Action

License:Apache License 2.0


Languages

Language:Dockerfile 81.4%Language:Shell 18.6%