Skip to content

Allow Moderators to edit charts #45

Allow Moderators to edit charts

Allow Moderators to edit charts #45

Workflow file for this run

name: Deploy
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
deployment:
runs-on: ubuntu-latest
steps:
- name: Deploy Stage
uses: fjogeleit/http-request-action@master
with:
url: 'https://spinsha.re?deployment=${{ secrets.DEPLOY_KEY }}'
method: 'GET'