Skip to content

chore(deps): update dependency bazel to v8 (#14) #62

chore(deps): update dependency bazel to v8 (#14)

chore(deps): update dependency bazel to v8 (#14) #62

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 }}