'remember' how to do a secret
All checks were successful
/ build (push) Successful in 4s

This commit is contained in:
Chris (wolcen) Thompson 2025-10-15 20:11:49 -04:00
parent b2dabec02a
commit 18cbefbcbc

View file

@ -18,7 +18,7 @@ jobs:
env: env:
COMPOSER_IGNORE_PLATFORM_REQS: 1 COMPOSER_IGNORE_PLATFORM_REQS: 1
COMPOSER_ARGS: "install --no-dev --no-progress --no-interaction --no-scripts --optimize-autoloader" COMPOSER_ARGS: "install --no-dev --no-progress --no-interaction --no-scripts --optimize-autoloader"
SHHH: "{{secrets.SHHH}}" SHHH: "${{ secrets.SHHH }}"
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v3