Skip to content

fix: better handling of separate tokens #61

fix: better handling of separate tokens

fix: better handling of separate tokens #61

Workflow file for this run

name: Sync common files
on:
push: {branches: [main]}
workflow_dispatch: {}
jobs:
sync_common_files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- run: go run main.go
env:
GIT_CLONE_GH_TOKEN: ${{ secrets.SEAUBOT_ECSACT_DEV_GH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}