Skip to content

Commit

Permalink
add deploy keys
Browse files Browse the repository at this point in the history
since bestsign is still a private repo
  • Loading branch information
DougAnderson444 committed Dec 4, 2024
1 parent 9846d2f commit fed1d7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
steps:
- uses: actions/checkout@v4 # repo checkout

- uses: webfactory/ssh-agent@v0.5.0
with:
ssh-private-key: ${{ secrets.BESTSIGN_DEPLOY_KEY }}

- name: Set PUBLIC_URL
run: |
echo "PUBLIC_URL=https://${GITHUB_REPOSITORY_OWNER,,}.github.io/${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4


- uses: webfactory/ssh-agent@v0.5.0
with:
ssh-private-key: ${{ secrets.BESTSIGN_DEPLOY_KEY }}

- name: Building ${{ matrix.TARGET }}
run: echo "${{ matrix.TARGET }}"

Expand Down

0 comments on commit fed1d7a

Please sign in to comment.