Where are my secrets going?
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user