We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3775c34 + 3f075b2 commit 40bb780Copy full SHA for 40bb780
1 file changed
.github/workflows/sbom.yml
@@ -19,6 +19,12 @@ jobs:
19
uses: actions/checkout@v4
20
with:
21
ssh-key: ${{ secrets.DEPLOYMENT_SSH_KEY }}
22
+ persist-credentials: false
23
+
24
+ - name: Check SSH push permissions (dry-run)
25
+ run: |
26
+ git remote set-url origin git@github.com:${{ github.repository }}.git
27
+ git push --dry-run origin HEAD
28
29
# Cache Gradle dependencies for faster builds
30
- name: Cache Gradle dependencies
0 commit comments