Skip to content

Commit 4973a76

Browse files
ci: update allocation workflow (#18)
Signed-off-by: Weston Steimel <author@code.w.steimel.me.uk>
1 parent bbdf1e0 commit 4973a76

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/allocate.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ concurrency:
1010
group: allocate-security-identifiers
1111
cancel-in-progress: true
1212

13-
permissions:
14-
contents: read
13+
permissions: {}
1514

1615
jobs:
1716
allocate-security-identifiers:
@@ -31,7 +30,6 @@ jobs:
3130
run: pip install git+https://github.com/anchore/security-cli
3231
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
3332
with:
34-
ssh-key: ${{ secrets.SECURITY_IDENTIFIERS_CI_PUSH_TOKEN }}
3533
persist-credentials: true
3634
- name: Allocate security identifiers
3735
run: anchore-security-cli id allocate --data-path data

0 commit comments

Comments
 (0)