Where are my secrets going?
This commit is contained in:
@@ -26,6 +26,15 @@ runs:
|
|||||||
git add "./post-entrypoint.sh"
|
git add "./post-entrypoint.sh"
|
||||||
git commit -m "fuck you, gitea"
|
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
|
- name: Build package
|
||||||
uses: https://git.sanin.dev/packages_test/build-publish/@build
|
uses: https://git.sanin.dev/packages_test/build-publish/@build
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user