Skip to content

Commit

Permalink
Use ssh-key and provide repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshwerv committed Aug 22, 2024
1 parent 2cb6498 commit 0d60191
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/updateSDKQueries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.SSH_PRIVATE_KEY }}
repository: fragment-dev/graphql-queries
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down

0 comments on commit 0d60191

Please sign in to comment.