Skip to content

Commit

Permalink
Update inputs
Browse files Browse the repository at this point in the history
Signed-off-by: Shakar Bakr <[email protected]>
  • Loading branch information
5h4k4r committed Nov 15, 2023
1 parent 90f195a commit 2d34544
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ runs:
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ inputs.app-id }}
private-key: ${{ inputs.private-key }}
owner: ${{ inputs.owner }}
repositories: test-gitops
app-id: ${{ inputs.APP_ID }}
private-key: ${{ inputs.PRIVATE_KEY }}
owner: ${{ inputs.OWNER }}
repositories: ${{ inputs.TARGET_REPO }}

- name: Change todo to issue
id: todo-to-issue
Expand Down Expand Up @@ -42,14 +42,14 @@ branding:
icon: "check-square"
color: "orange"
inputs:
owner:
OWNER:
description: "Owner of the repository if it is not the current one"
default: ${{ github.repository_owner }}
required: false
app-id:
APP_ID:
description: "The id of the GitHub App"
required: true
private-key:
PRIVATE_KEY:
description: "The private key of the GitHub App"
required: true
REPO:
Expand Down

0 comments on commit 2d34544

Please sign in to comment.