Skip to content

Commit affecc2

Browse files
committed
Move env to jobs level
1 parent ebf6a78 commit affecc2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/dev-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ on:
1212
pull_request:
1313
branches: [ "main" ]
1414

15-
env:
16-
PAYSTACK_SECRET_KEY: ${{ secrets.PAYSTACK_SECRET_KEY }}
17-
1815
jobs:
1916
dev:
2017
name: Format, lint & test project
2118
if: github.actor != 'github-actions[bot]'
2219
runs-on: ubuntu-latest
20+
env:
21+
PAYSTACK_SECRET_KEY: ${{ secrets.PAYSTACK_SECRET_KEY }}
2322

2423
steps:
2524
- name: Checkout

0 commit comments

Comments
 (0)