ci : make release workflows use a deploy key (#27229)
* ci : make release workflows use a deply key * cont : update docker.yml
This commit is contained in:
@@ -22,6 +22,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
ssh-key: ${{ secrets.DEPLOY_KEY_RELEASE }}
|
||||
|
||||
- name: Run release checks
|
||||
id: checks
|
||||
|
||||
Reference in New Issue
Block a user