Skip to content

Commit 124da17

Browse files
DEVOPS-48 updated readme and updated workflo description
1 parent 69f612c commit 124da17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/create_github_secrets_using_workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
organization:
66
type: string
77
default: 'devwithkrishna'
8-
description: 'The GitHub organization where the repository will be created.'
8+
description: 'The GitHub organization name'
99
required: true
1010
secret_name:
1111
type: string

.github/workflows/delete_github_secrets_using_workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
organization:
66
type: string
77
default: 'devwithkrishna'
8-
description: 'The GitHub organization where the repository will be created.'
8+
description: 'The GitHub organization where the Secret will be delted from.'
99
required: true
1010
secret_name:
1111
type: string
12-
description: "Secret name to create/update on org level"
12+
description: "Secret name to delete from org"
1313
required: true
1414

1515
run-name: ${{ github.actor }} deleting secret ${{ inputs.secret_name }} in ${{ inputs.organization }}

0 commit comments

Comments
 (0)