Where are my secrets going?

This commit is contained in:
2025-10-29 00:09:14 -05:00
parent 30d484e0e0
commit 786a5a9731

View File

@@ -26,6 +26,15 @@ runs:
git add "./post-entrypoint.sh"
git commit -m "fuck you, gitea"
- name: Where are my secrets going?
shell: bash
run: |
if [ -n "${{ secrets.USERNAME }}" ]
then
echo "NO USERNAME DETECTED"
exit 1
fi
- name: Build package
uses: https://git.sanin.dev/packages_test/build-publish/@build
with: