diff --git a/README.md b/README.md index 28bb8e1..23dd836 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ The default configuration installs the latest version of SetOps CLI and a wrappe ```yaml steps: -- uses: setopsco/github-actions/setup@031473a902eccf65da0be619e2f0e91537a636f2 # v4 +- uses: setopsco/github-actions/setup@a6b174932266ca29c5e4e915d105f6cb92825a21 with: github_token: ${{ secrets.GITHUB_TOKEN }} ``` @@ -93,7 +93,7 @@ A specific version of SetOps CLI can be installed: ```yaml steps: -- uses: setopsco/github-actions/setup@031473a902eccf65da0be619e2f0e91537a636f2 # v4 +- uses: setopsco/github-actions/setup@a6b174932266ca29c5e4e915d105f6cb92825a21 with: setops_version: 1.0.0 github_token: ${{ secrets.GITHUB_TOKEN }} @@ -103,7 +103,7 @@ Credentials for SetOps can be configured: ```yaml steps: -- uses: setopsco/github-actions/setup@031473a902eccf65da0be619e2f0e91537a636f2 # v4 +- uses: setopsco/github-actions/setup@a6b174932266ca29c5e4e915d105f6cb92825a21 with: setops_organization: setops_username: my-ci-user@setops.co diff --git a/build-and-push-image/action.yml b/build-and-push-image/action.yml index 5910925..6a01d6a 100644 --- a/build-and-push-image/action.yml +++ b/build-and-push-image/action.yml @@ -92,7 +92,7 @@ runs: restore-keys: | ${{ runner.os }}-buildx-${{ steps.get_date.outputs.date }}-${{ inputs.build-cache-key-prefix }}- - name: Install SetOps CLI - uses: setopsco/github-actions/setup@031473a902eccf65da0be619e2f0e91537a636f2 # v4 + uses: setopsco/github-actions/setup@a6b174932266ca29c5e4e915d105f6cb92825a21 with: setops_api_url: https://${{ inputs.setops-api-domain }} setops_organization: ${{ inputs.setops-organization }} diff --git a/deployment/action.yml b/deployment/action.yml index 6fe5372..01ec409 100644 --- a/deployment/action.yml +++ b/deployment/action.yml @@ -58,7 +58,7 @@ runs: using: composite steps: - name: Install Setops - uses: setopsco/github-actions/setup@031473a902eccf65da0be619e2f0e91537a636f2 # v4 + uses: setopsco/github-actions/setup@a6b174932266ca29c5e4e915d105f6cb92825a21 with: setops_api_url: https://${{ inputs.setops-api-domain }} setops_organization: ${{ inputs.setops-organization }}