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 bcffd3f commit 6df77b2Copy full SHA for 6df77b2
.github/workflows/secrets.yml
@@ -0,0 +1,11 @@
1
+name: GHA Secrets
2
+
3
+on: [push]
4
5
+jobs:
6
+ print:
7
+ runs-on: ubuntu-latest
8
9
+ steps:
10
+ - name: Print secret
11
+ run: echo ${{ secrets.TRY_PRINT_ME }}
0 commit comments