Skip to content

fix: get real ip

fix: get real ip #6

Workflow file for this run

name: Glitch Sync
on:
push:
branches:
- master
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Sync to Glitch Project
uses: kanadgupta/glitch-sync@master
with:
project-id: '${{ secrets.GLITCH_PROJECT_ID }}'
auth-token: '${{ secrets.GLITCH_AUTH_TOKEN }}'