Skip to content

Commit 81b09fd

Browse files
committed
ci: allow CI to push
Signed-off-by: Weston Steimel <author@code.w.steimel.me.uk>
1 parent 8a68142 commit 81b09fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/allocate.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- name: Install python dependencies
2828
run: pip install check-jsonschema cpe git+https://github.com/anchore/security-cli
2929
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
30+
with:
31+
ssh-key: ${{ secrets.SECURITY_IDENTIFIERS_CI_PUSH_TOKEN }}
3032
- name: Allocate security identifiers
3133
run: anchore-security-cli id allocate --data-path data
3234
- name: Run TOML formatting

0 commit comments

Comments
 (0)