From 919c08d3606f562a6df335b2bc5df5811ced6ef3 Mon Sep 17 00:00:00 2001 From: nestrada2 <81432763+nestrada2@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:47:43 -0800 Subject: [PATCH] update API key --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e32127..7d1bcdf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,6 +12,6 @@ jobs: - uses: actions/checkout@v2 - uses: akhileshns/heroku-deploy@v3.13.15 # This is the action with: - heroku_api_key: ${2e00f265-e8c3-4e42-8936-283e8783e83a} + heroku_api_key: 2e00f265-e8c3-4e42-8936-283e8783e83a heroku_app_name: "dunkhead" #Must be unique in Heroku heroku_email: "nestrada2@dons.usfca.edu" \ No newline at end of file