Skip to content

Commit

Permalink
Merge pull request #6 from Eumenides1/Eumenides1-patch-2
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
Eumenides1 authored Feb 8, 2025
2 parents 92f7798 + 504620f commit 33fbde1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Sync to CNB
on: [push]

on:
push:
branches:
- main # You can specify which branches to trigger the action on
workflow_dispatch:

jobs:
sync:
Expand All @@ -17,7 +22,7 @@ jobs:
-e PLUGIN_TARGET_URL="https://cnb.cool/rookie-stack/diting.git" \
-e PLUGIN_AUTH_TYPE="https" \
-e PLUGIN_USERNAME="cnb" \
-e PLUGIN_PASSWORD=${{secrets.CNB_TOKEN}} \
-e PLUGIN_PASSWORD=${{ secrets.CNB_TOKEN }} \
-e PLUGIN_BRANCH="main" \
-e PLUGIN_GIT_USER="cnb" \
-e PLUGIN_GIT_EMAIL="[email protected]" \
Expand Down

0 comments on commit 33fbde1

Please sign in to comment.