Skip to content

Commit

Permalink
chore: test push-o-matic
Browse files Browse the repository at this point in the history
  • Loading branch information
zackpollard committed Aug 23, 2024
1 parent c997d13 commit 8df2aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-tiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.TF_APP_ID }}
private-key: ${{ secrets.TF_APP_PEM_FILE }}
app-id: ${{ secrets.PUSH_O_MATIC_APP_ID }}
private-key: ${{ secrets.PUSH_O_MATIC_APP_KEY }}

- name: 'Checkout'
uses: actions/checkout@v4
Expand Down

0 comments on commit 8df2aec

Please sign in to comment.