Skip to content

Commit 257939c

Browse files
committed
Try using example secrets file
1 parent 84374b8 commit 257939c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,7 @@ jobs:
4141
4242
- name: "Set secrets file"
4343
run: |
44-
# See the "CI Setup" document for details of how this was set up.
45-
ci/decrypt_secret.sh
46-
tar xvf "${HOME}"/secrets/secrets.tar
47-
cp ci_secrets/vuforia_secrets_1.env ./vuforia_secrets.env
48-
env:
49-
CI_PATTERN: ${{ matrix.ci_pattern }}
50-
ENCRYPTED_FILE: secrets.tar.gpg
51-
LARGE_SECRET_PASSPHRASE: ${{ secrets.PASSPHRASE_FOR_VUFORIA_SECRETS }}
44+
cp ./vuforia_secrets.env.example ./vuforia_secrets.env
5245
5346
- name: "Run tests"
5447
env:

0 commit comments

Comments
 (0)