We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c53af commit 01a6783Copy full SHA for 01a6783
1 file changed
.github/workflows/deploy.yml
@@ -39,12 +39,9 @@ jobs:
39
- name: Prepare pre-requisites
40
uses: ./.github/actions/prepare
41
42
- - name: Copy config file and compile pkg
43
- env:
44
- INTEGRITY_SECRET: ${{ secrets.INTEGRITY_SECRET }}
+ - name: Copy config file
45
run: |
46
cp config/config.example.json config/config.json
47
- cargo run
48
49
- name: Set up QEMU
50
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
0 commit comments