Skip to content

Commit

Permalink
Fix deprecated keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaar, Bjørn-Andre committed Nov 8, 2023
1 parent d505f92 commit 039f514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app_id: ${{ secrets.DAPLA_BOT_APP_ID }}
private_key: ${{ secrets.DAPLA_BOT_PRIVATE_KEY }}
app-id: ${{ secrets.DAPLA_BOT_APP_ID }}
private-key: ${{ secrets.DAPLA_BOT_PRIVATE_KEY }}

- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 039f514

Please sign in to comment.