Skip to content

Commit

Permalink
Fix credentials and version on workflows (#434)
Browse files Browse the repository at this point in the history
* add github token

* fix version
  • Loading branch information
tashima42 authored Jul 2, 2024
1 parent 52125f4 commit e068c3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-images-digests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/transfer-rancher-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e068c3e

Please sign in to comment.