Skip to content

Commit b3dbbd4

Browse files
author
yahav876
committed
check
1 parent ece593b commit b3dbbd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Python application
22

33
on: push
44
env:
5-
PASSWD: "${secrets.PASSWD}"
5+
PASSWD: "${{secrets.PASSWD}}"
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)