Skip to content

Commit

Permalink
fix(gha): change the github secret to environment variable for the sk…
Browse files Browse the repository at this point in the history
…affold version

Signed-off-by: kaanyagci <kaan.yagci@makepad.fr>
  • Loading branch information
kaanyagci committed Aug 11, 2024
1 parent 101053e commit 6a46a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get_latest_skaffold_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:

- name: Update GitHub Secret
run: |
gh secret set SKAFFOLD_YAML_LATEST_VERSION --body "$VERSION"
gh variable set VERSION --body "$VERSION" --repo ${{ github.repository }}

0 comments on commit 6a46a97

Please sign in to comment.