fix secret read

This commit is contained in:
Maximilian Keßler 2023-10-16 21:26:31 +02:00
parent aa4c39e994
commit 87a5d1d025
Signed by: max
GPG key ID: BCC5A619923C0BA5

View file

@ -8,4 +8,4 @@ jobs:
steps:
- name: print secret
- run: |
echo "The secret is ${{ test.secret }}"
echo "The secret is ${{ secrets.test }}"