Skip to content

Commit

Permalink
ci: add jfrog login
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicoulaud-ledger committed Sep 13, 2024
1 parent 83a55e8 commit 548bbaf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
contents: read
id-token: write
steps:
- name: Login to Ledger Artifactory
timeout-minutes: 10
id: jfrog-login
uses: LedgerHQ/actions-security/actions/jfrog-login@actions/jfrog-login-1

- name: Checkout
timeout-minutes: 10
uses: actions/checkout@v4
Expand All @@ -32,7 +37,7 @@ jobs:

# - name: Generate build attestations
# timeout-minutes: 10
# uses: LedgerHQ/actions-security/actions/attest@actions/attest-1
# uses: LedgerHQ/actions-security/actions/attest@actions/attest-1.0.2
# with:
# subject-path: dist/*

Expand Down

0 comments on commit 548bbaf

Please sign in to comment.