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:
@@ -44,6 +44,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
ssh-key: ${{ secrets.DEPLOY_KEY_RELEASE }}
|
||||||
|
|
||||||
- name: Determine source tag name
|
- name: Determine source tag name
|
||||||
id: srctag
|
id: srctag
|
||||||
|
|||||||
@@ -22,6 +22,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
with:
|
||||||
|
ssh-key: ${{ secrets.DEPLOY_KEY_RELEASE }}
|
||||||
|
|
||||||
- name: Run release checks
|
- name: Run release checks
|
||||||
id: checks
|
id: checks
|
||||||
|
|||||||
@@ -1598,6 +1598,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
ssh-key: ${{ secrets.DEPLOY_KEY_RELEASE }}
|
||||||
|
|
||||||
- name: Determine tag name
|
- name: Determine tag name
|
||||||
id: tag
|
id: tag
|
||||||
|
|||||||
Reference in New Issue
Block a user