We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e6201 commit 27d31bcCopy full SHA for 27d31bc
.github/workflows/stage.yml
@@ -9,7 +9,7 @@ jobs:
9
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
10
11
env:
12
- HEROKU_API_TOKEN: ${{ secrets.HEROKU_API_TOKEN }}
+ HEROKU_API_KEY: ${{ secrets.HEROKU_API_TOKEN }}
13
14
runs-on: ubuntu-latest
15
0 commit comments