Skip to content

Sync Iterations refs from/to (defined in action env) #7

Sync Iterations refs from/to (defined in action env)

Sync Iterations refs from/to (defined in action env) #7

name: Sync Iterations refs from/to (defined in action env)
on:
workflow_dispatch:
jobs:
sync-iterations:
runs-on: ubuntu-latest
environment: podaac projects
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Sync iterations
env:
GH_TOKEN: ${{ secrets.PROJECTS_TOKEN }}
ORG: podaac
SOURCE_PROJECT_NUMBER: 75
TARGET_PROJECT_NUMBER: 74
run: |
python3 src/sync_projects/sync_iterations.py