Skip to content

Commit dc98e0a

Browse files
committed
Update push.yaml
1 parent 950015d commit dc98e0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
uses: actions/checkout@v4 # Action to checkout the repository code
1212

1313
- name: Run a script
14+
env: # Or as an environment variable
15+
MY_SECRET_TO_LIFE: ${{ secrets.MY_SECRET_TO_LIFE }}
16+
NON_SECRET_TO_LIFE: "cake"
1417
run: |
1518
echo "Hello from GitHub Actions!"
1619
echo "Current directory: $(pwd)"

0 commit comments

Comments
 (0)