diff --git a/.github/workflows/generate-images-digests.yaml b/.github/workflows/generate-images-digests.yaml index cb0662a3..9514fe34 100644 --- a/.github/workflows/generate-images-digests.yaml +++ b/.github/workflows/generate-images-digests.yaml @@ -37,9 +37,9 @@ jobs: id-token: write steps: - name: setup ecm-distro-tools - uses: rancher/ecm-distro-tools@0.38.0 + uses: rancher/ecm-distro-tools@v0.38.1 with: - version: v0.38.0 + version: v0.38.1 - name: Create ecm config file run: | mkdir -p ~/.ecm-distro-tools diff --git a/.github/workflows/transfer-rancher-artifacts.yml b/.github/workflows/transfer-rancher-artifacts.yml index 4b417de4..fdb7a1b5 100644 --- a/.github/workflows/transfer-rancher-artifacts.yml +++ b/.github/workflows/transfer-rancher-artifacts.yml @@ -24,6 +24,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Rancher Artifacts + env: + GH_TOKEN: ${{ github.token }} run: | mkdir -p /tmp/artifacts cd /tmp/artifacts