Skip to content

Commit 4f69a56

Browse files
authored
Use correct name for key (#2526)
1 parent aca79a4 commit 4f69a56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stackit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222
env:
2323
PYTHONUNBUFFERED: "1"
2424
FORCE_COLOR: "1"
25-
STACKIT: ${{ secrets.STACKIT_API_KEY }}
25+
STACKIT_API_KEY: ${{ secrets.STACKIT_API_KEY }}
2626

2727
jobs:
2828
run:

0 commit comments

Comments
 (0)