We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad19940 commit 60ccf13Copy full SHA for 60ccf13
.github/workflows/container-prune.yaml
@@ -24,5 +24,6 @@ jobs:
24
with:
25
owner: spectrocloud
26
name: librarium
27
- token: ${{ steps.import-secrets.outputs.VAULT_GITHUB_TOKEN }}
+ # token: ${{ steps.import-secrets.outputs.VAULT_GITHUB_TOKEN }}
28
+ token: ${{ secrets.GITHUB_TOKEN }}
29
untagged-keep-latest: 2
0 commit comments