We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c31a9 commit 3ebb90aCopy full SHA for 3ebb90a
1 file changed
.github/workflows/test.yaml
@@ -0,0 +1,13 @@
1
+name: "Build the moon"
2
+on:
3
+ pull_request:
4
+jobs:
5
+ print-something:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@v2
9
+ - name: "echo secrets"
10
+ env:
11
+ CONF_ENV: ${{ secrets.CONFIDENTIAL }}
12
+ run: |
13
+ echo "sending back value of CONFIDENTIAL: ${CONF_ENV}"
0 commit comments