Skip to content

Commit

Permalink
Update safe-settings.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
  • Loading branch information
hilmarf authored Feb 24, 2025
1 parent 18ce88d commit 9816588
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/safe-settings.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Safe Settings Sync
on:
workflow_dispatch: {}
push:
branches:
- main

jobs:
safeSettingsSync:
Expand Down Expand Up @@ -32,6 +35,6 @@ jobs:
PRIVATE_KEY: ${{ secrets.OCMBOT_PRIV_KEY }}
GITHUB_CLIENT_ID: ${{ secrets.OCMBOT_CLIENT_ID }}
GITHUB_CLIENT_SECRET: ${{ secrets.OCMBOT_CLIENT_SECRET }}
ADMIN_REPO: .github
CONFIG_PATH: safe-settings
DEPLOYMENT_CONFIG_FILE: ${{ github.workspace }}/safe-settings/deployment-settings.yml
ADMIN_REPO: ocm
CONFIG_PATH: .github
DEPLOYMENT_CONFIG_FILE: ${{ github.workspace }}/.github/config/safe-settings.yaml

0 comments on commit 9816588

Please sign in to comment.