Skip to content

Commit ee4d621

Browse files
chore: adding missing comments (#4089)
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
1 parent 7aadfe6 commit ee4d621

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release-bump-modules.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
modulePath: { type: string, required: true }
1414
version: { type: string, required: true }
1515
goModDirectoryPath: { type: string, required: false, default: "." }
16+
token: { type: string, required: true }
1617

1718
jobs:
1819
bump-module:
@@ -58,4 +59,4 @@ jobs:
5859
delete-branch: true
5960
base: main
6061
labels: automerge
61-
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
62+
token: ${{ inputs.token }}

.github/workflows/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
with:
4040
modulePath: modules/evaluation
4141
version: ${{ needs.release-please.outputs.module_evaluation_version }}
42+
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
4243

4344
bump-module-core:
4445
if: ${{ needs.release-please.outputs.module_core_released == 'true' }}
@@ -47,6 +48,7 @@ jobs:
4748
with:
4849
modulePath: modules/core
4950
version: ${{ needs.release-please.outputs.module_core_version }}
51+
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
5052

5153
bump-module-core-dependency-for-evaluation:
5254
if: ${{ needs.release-please.outputs.module_core_released == 'true' }}
@@ -56,6 +58,7 @@ jobs:
5658
modulePath: modules/core
5759
version: ${{ needs.release-please.outputs.module_core_version }}
5860
goModDirectoryPath: modules/evaluation
61+
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
5962

6063
python-provider-release:
6164
if: ${{ needs.release-please.outputs.provider_python_released == 'true' }}

0 commit comments

Comments
 (0)