Skip to content

Commit b1d26da

Browse files
committed
Remove required github creds
1 parent e59374e commit b1d26da

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

action.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,10 @@ inputs:
2727
sbom-file:
2828
description: 'Path to the SBOM file to upload'
2929
required: false
30-
github-actor:
31-
description: 'Used for authenticating to GHCR. Commonly $\{{ github.actor }}'
32-
required: true
33-
github-token:
34-
description: 'Used for authenticating to GHCR. Commonly $\{{ secrets.GITHUB_TOKEN }}'
35-
required: true
3630

3731
runs:
3832
using: "composite"
3933
steps:
40-
- name: Log in to GHCR
41-
uses: docker/login-action@v3
42-
with:
43-
registry: ghcr.io
44-
username: ${{ inputs.github-actor }}
45-
password: ${{ inputs.github-token }}
46-
4734
- name: Build sbom-uploader Docker image
4835
run: docker pull ghcr.io/octopusdeploy/sbom-uploader-go:latest
4936
shell: bash

0 commit comments

Comments
 (0)