We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950015d commit dc98e0aCopy full SHA for dc98e0a
.github/workflows/push.yaml
@@ -11,6 +11,9 @@ jobs:
11
uses: actions/checkout@v4 # Action to checkout the repository code
12
13
- 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"
17
run: |
18
echo "Hello from GitHub Actions!"
19
echo "Current directory: $(pwd)"
0 commit comments