Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #44 from ubiquity/chore/update-env-vars
Browse files Browse the repository at this point in the history
chore: update environment variable property names
  • Loading branch information
0x4007 authored Dec 23, 2023
2 parents 68964f9 + 897abf8 commit 2d34cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloudflare-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
uses: tibdex/[email protected]
id: get_installation_token
with:
app_id: ${{ secrets.UBIQUITY_BOUNTY_BOT_APP_ID }}
private_key: ${{ secrets.UBIQUITY_BOUNTY_BOT_PRIVATE_KEY }}
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}

- name: Publish to Cloudflare
env:
Expand Down

0 comments on commit 2d34cb7

Please sign in to comment.