Skip to content

Commit

Permalink
.github: secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
nfuden committed Nov 19, 2024
1 parent e63c035 commit 4406816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-solo-apis-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install SSH Deploy key
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SOLO_API_DEPLOY_KEY }}
ssh-private-key: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 4406816

Please sign in to comment.