Skip to content

Commit 21c4d3a

Browse files
committed
Ugh.
1 parent cfba2c2 commit 21c4d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/functions-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Deploy function
2121
run: doctl serverless deploy dhrn-functions
2222
env:
23-
MAILTRAP_API_KEY: ${{ secrets.MAILTRAP_API_KEY }}
23+
MAILTRAP_API_TOKEN: ${{ secrets.MAILTRAP_API_TOKEN }}
2424
MAILTRAP_SENDER_ADDRESS: ${{ secrets.MAILTRAP_SENDER_ADDRESS }}
2525
MAILTRAP_TO_ADDRESS: ${{ secrets.MAILTRAP_TO_ADDRESS }}
2626

0 commit comments

Comments
 (0)