Skip to content

Commit 5287208

Browse files
committed
Correct the secret input description
1 parent 4771d4a commit 5287208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
secrets:
1818
AUTOMATION_PRIVATE_KEY:
1919
description: |
20-
The token to use for accessing the release engineering repository.
20+
The private key to use to generate a token for accessing the release engineering repository.
2121
required: true
2222
env:
2323
HEAD_SHA: ${{ inputs.head-sha }}

0 commit comments

Comments
 (0)