attempting as an ssh-key instead of a token

develop
Myk Taylor 2023-05-18 15:10:15 -07:00
parent b6ee0d5c02
commit 0962180981
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 2 deletions

@ -32,13 +32,12 @@ jobs:
submodules: true
fetch-depth: 0
ref: ${{ github.event.inputs.commit_hash }}
persist-credentials: false
- name: Get 3rd party SDKs
uses: actions/checkout@v3
with:
repository: DFHack/3rdparty
ref: main
token: ${{ secrets.DFHACK_3RDPARTY_TOKEN }}
ssh-key: ${{ secrets.DFHACK_3RDPARTY_TOKEN }}
path: depends
- name: Fetch ccache
uses: actions/cache@v3