We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c92ac2 commit 675c0eaCopy full SHA for 675c0ea
.github/workflows/ci.yml
@@ -212,6 +212,7 @@ jobs:
212
runs-on: ubuntu-latest
213
permissions:
214
contents: read
215
+ packages: read
216
timeout-minutes: 10
217
env:
218
CARGO_INCREMENTAL: 0
@@ -247,6 +248,13 @@ jobs:
247
248
shared-key: management-ubuntu-latest-x86_64-unknown-linux-gnu
249
save-if: false
250
251
+ - name: Log in to GitHub Container Registry
252
+ uses: step-security/docker-login-action@c3e677aae8393bc9c81cfdf9709648720ea4bd4d # v3.6.0
253
+ with:
254
+ registry: ghcr.io
255
+ username: ${{ github.actor }}
256
+ password: ${{ secrets.GITHUB_TOKEN }}
257
+
258
- name: Start Ledger server
259
working-directory: docker/ledger-integration-tests
260
run: |
0 commit comments