Skip to content

Commit 4345470

Browse files
committed
fix: remove redundant environment variable
1 parent 27d31bc commit 4345470

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
tags:
66
- v-*
77

8-
steps:
8+
jobs:
99
deployToProd:
1010
name: 'Deploy to Netlify'
1111

.github/workflows/stage.yml

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ jobs:
88
deployToStaging:
99
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
1010

11-
env:
12-
HEROKU_API_KEY: ${{ secrets.HEROKU_API_TOKEN }}
13-
1411
runs-on: ubuntu-latest
1512

1613
steps:

0 commit comments

Comments
 (0)