Skip to content

Commit

Permalink
switch action secrets to input
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpersaud committed Sep 28, 2023
1 parent e28a65e commit 82677b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/composite/setupGitForOSBotify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ runs:
id: generateToken
uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c
with:
app_id: ${{ secrets.OS_BOTIFY_APP_ID }}
private_key: ${{ secrets.OS_BOTIFY_PRIVATE_KEY }}
installation_id: ${{ secrets.OS_BOTIFY_INSTALLATION_ID }}
app_id: ${{ inputs.OS_BOTIFY_APP_ID }}
private_key: ${{ inputs.OS_BOTIFY_PRIVATE_KEY }}
installation_id: ${{ inputs.OS_BOTIFY_INSTALLATION_ID }}

0 comments on commit 82677b2

Please sign in to comment.