Skip to content

Commit

Permalink
[ci] codebase sync
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Dec 19, 2023
1 parent e48e48c commit 8b84b41
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/codebase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: codebase-sync

on:
- push
- delete

jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wangchucheng/[email protected]
with:
target-url: https://codebase.helmholtz.cloud/m-team/oidc/oidc-agent.git
target-username: gabriel.zachmann
# You can store token in your project's 'Setting > Secrets' and reference the name here. Such as ${{ secrets.ACCESS_TOKEN }}
target-token: ${{ secrets.CODEBASE_TOKEN }}

0 comments on commit 8b84b41

Please sign in to comment.