Skip to content

Add CSV file to iow/usgs (#237) #96

Add CSV file to iow/usgs (#237)

Add CSV file to iow/usgs (#237) #96

Workflow file for this run

name: Copy namespaces to pids.geoconnex.us
on:
push:
branches:
# - 'dev'
- 'master'
paths:
- 'namespaces/**'
workflow_dispatch:
jobs:
copy-file:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Push to pids.geoconnex.us
uses: DevOpenWRT-Router/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source-directory: 'namespaces'
destination-repository-name : 'internetofwater/pids.geoconnex.us'
target-branch: 'main'
target-directory: 'namespaces'
user-email: '[email protected]'
user-name: 'webb-ben'