Skip to content

Commit 27d31bc

Browse files
committed
fix: use correct heroku token
1 parent 97e6201 commit 27d31bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
1010

1111
env:
12-
HEROKU_API_TOKEN: ${{ secrets.HEROKU_API_TOKEN }}
12+
HEROKU_API_KEY: ${{ secrets.HEROKU_API_TOKEN }}
1313

1414
runs-on: ubuntu-latest
1515

0 commit comments

Comments
 (0)