Skip to content

Commit 9faad44

Browse files
author
LE SAULNIER Kevin
committed
fix: PR remarks
Signed-off-by: LE SAULNIER Kevin <[email protected]>
1 parent f8d6bb6 commit 9faad44

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/dispatch-release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,25 @@ on:
88
required: true
99
type: string
1010
branch-name:
11-
description: Branch to release (prepare-release-X.X)
11+
description: Branch to release (prepare-release-vX.X)
1212
required: true
1313
type: string
1414
pat-token:
1515
description: PAT token (with workflow permissions)
16+
required: true
17+
type: string
1618

1719
jobs:
1820
dispatch-release:
1921
runs-on: ubuntu-latest
20-
permissions:
21-
contents: read
2222

2323
steps:
2424
- name: Checkout aggregator repository
2525
uses: actions/checkout@v4
2626
with:
2727
submodules: false
28-
ref: release-workflow
2928

30-
- name: Mask Node Auth Token
29+
- name: Mask GH_TOKEN Token
3130
run: |
3231
GH_TOKEN=$(jq -r '.inputs.pat-token' $GITHUB_EVENT_PATH)
3332
echo ::add-mask::$GH_TOKEN

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
uses: actions/checkout@v4
2626
with:
2727
submodules: false
28-
ref: release-workflow
2928

3029
- uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1 v1.11.6
3130
id: app-token
@@ -77,7 +76,7 @@ jobs:
7776
echo "date_value=$date_value" >> $GITHUB_OUTPUT
7877
echo "This limit date will be used : $date_value"
7978
80-
- name: Lister les SHAs des commits
79+
- name: Create "prepare" branches
8180
run: |
8281
mkdir public_repos
8382
cd public_repos

0 commit comments

Comments
 (0)