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 3adc9fc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-tiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ 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
with:
ref: ${{ github.ref }}
ref: ${{ github.event.pull_request.head.ref }}

- name: Update deployment file name
run: |
Expand All @@ -62,5 +62,4 @@ jobs:
with:
add: deployment/modules/cloudflare/tiles/tiles.tfvars.json
message: Update tile server file to ${{ steps.latest_build.outputs.KEY }}
ref: ${{ github.event.pull_request.head.ref }}
github-token: ${{ steps.generate-token.outputs.token }}

0 comments on commit 3adc9fc

Please sign in to comment.