Skip to content

Commit

Permalink
fix: Update GitHub App secrets to correct values (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris3ware authored Jan 17, 2024
1 parent 0507502 commit 8f38532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/copyright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
id: get_workflow_token
uses: peter-murray/workflow-application-token-action@v2.1.0
with:
application_id: ${{ secrets.APPLICATION_ID }}
application_private_key: ${{ secrets.APPLICATION_PRIVATE_KEY }}
application_id: ${{ secrets.THREEWARE_RELEASE_APPLICATION_ID }}
application_private_key: ${{ secrets.THREEWARE_RELEASE_APPLICATION_PRIVATE_KEY }}
organization: 3ware

- name: checkout
Expand Down

0 comments on commit 8f38532

Please sign in to comment.