Skip to content

Commit

Permalink
fix for #112
Browse files Browse the repository at this point in the history
  • Loading branch information
lukka committed Feb 6, 2024
1 parent ca90a79 commit d6555fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-tmpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh-key: ${{ secrets.token }}
- uses: actions/download-artifact@v4
with:
name: catalog
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
generate-catalog: true
secrets:
token:
${{ github.token }}
${{ secrets.SSH_PRIVATE_KEY }}

build_and_test:
needs: generate_catalog_build_and_test
Expand Down

0 comments on commit d6555fd

Please sign in to comment.