Skip to content

Commit

Permalink
fix: secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 30, 2024
1 parent eee1016 commit ad13fb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- run: |
source ./scripts/sync.sh
install_dependencies_on_ci
configure_git_on_ci
workspace=$(create_workspace)
replicate_all "$workspace" "push"
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_AENEASR }}
GITHUB_TOKEN: ${{ secrets.ORY_BOT_PAT }}
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: make test
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Dry-run the sync
run: |
source ./scripts/sync.sh
Expand All @@ -22,4 +19,4 @@ jobs:
workspace=$(create_workspace)
replicate_all "$workspace" "commit"
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_AENEASR }}
GITHUB_TOKEN: ${{ secrets.ORY_BOT_PAT }}

0 comments on commit ad13fb9

Please sign in to comment.