You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "This is our API_KEY (it won't be logged for security reasons, but we can prove that it's there and that we can access it): ${{ secrets.API_KEY }}"
25
+
echo "This is our MESSAGE environment variable: ${{ vars.MESSAGE }}"
26
+
echo "This is our API_KEY secret (it won't be logged for security reasons, but we can prove that it is accessible): ${{ secrets.API_KEY }}"
0 commit comments