Skip to content

Commit 0f7da0a

Browse files
committed
fix: whoops
1 parent ab1c403 commit 0f7da0a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ jobs:
3131
aws eks describe-addon-versions --kubernetes-version $LATEST_EKS_CLUSTER_VERSION > dependencies/eks-addons-versions.json
3232
3333
- name: Sign and push changes using graphql
34-
uses: planetscale/[email protected].0
34+
uses: planetscale/[email protected].4
3535
with:
36-
commit_message: "Update Zarf injector version and shasums from upstream"
36+
commit_message: "Update dependencies"
3737
repo: ${{ github.repository }}
3838
branch: ${{ github.head_ref || github.ref_name }}
39+
env:
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)