Skip to content

Commit

Permalink
try to fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmehl committed Dec 2, 2024
1 parent c4e1841 commit 6525579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
run: gh-org-mgr --version
# Only effectively sync on main branch
- name: Configure application, add login credentials
run: |
sed -i "s|__GITHUB_TOKEN__|${{ secrets.GTHB_TOKEN }}|" app.yaml
sed -i "s|__GITHUB_APP_PRIVATE_KEY__|${{ secrets.GHTB_APP_PRIVATE_KEY }}|" app.yaml
run: sed -i "s|__GITHUB_APP_PRIVATE_KEY__|${{ secrets.GTHB_APP_PRIVATE_KEY }}|" app.yaml
- name: Synchronise settings with github-org-manager
if: github.ref == 'refs/heads/main'
run: gh-org-mgr sync -c .
3 changes: 2 additions & 1 deletion app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@

# GitHub App (if this is set, the personal access token (github_token) will be ignored)
github_app_id: 1075380
github_app_private_key: __GITHUB_APP_PRIVATE_KEY__
github_app_private_key: |
__GITHUB_APP_PRIVATE_KEY__

0 comments on commit 6525579

Please sign in to comment.