From da027096a71754e7e7281c8b8d4519c2d906fecc Mon Sep 17 00:00:00 2001 From: ejahnGithub Date: Thu, 22 Feb 2024 08:48:04 -0800 Subject: [PATCH] update ci --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index caf8ac1..d1c5f20 100644 --- a/action.yml +++ b/action.yml @@ -87,7 +87,7 @@ runs: subject-name: ${{ inputs.subject-name }} push-to-registry: ${{ inputs.push-to-registry }} sbom-path: ${{ inputs.sbom-path || env.SBOM_FILENAME }} - - uses: ./attest + - uses: actions/attest id: attest with: github-token: ${{ inputs.github-token }}