Skip to content

Commit

Permalink
Update add-license-header.yml
Browse files Browse the repository at this point in the history
Added correct app variable names
  • Loading branch information
ERLindeman authored Sep 13, 2024
1 parent 199200f commit 7aa6330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-license-header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
id: generate_token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ vars.GH_APP_ID }}
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
app_id: ${{ vars.BTL_ACTIONS_BOT_ID }}
private_key: ${{ secrets.BTL_ACTIONS_BOT_PRIVATE_KEY }}

- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 7aa6330

Please sign in to comment.