Skip to content

Commit 0c3281d

Browse files
committed
Test env/.secret protection
1 parent 3630c5c commit 0c3281d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-deploy-e2e.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ env:
2121

2222
jobs:
2323
build_and_test:
24+
environment: ${{ inputs.environment }}
2425
strategy:
2526
matrix:
2627
os: [ubuntu-20.04]
@@ -43,6 +44,8 @@ jobs:
4344

4445
- name: 🔨 Build
4546
run: |
47+
echo "Testing this run"
48+
echo "the secret length is: $(echo "${{ secrets.TESTSECRET }}" | wc -c)"
4649
yarn install --immutable --inline-builds --mode=skip-build
4750
yarn build:cjs
4851
docker build --no-cache .

0 commit comments

Comments
 (0)