Skip to content

Commit

Permalink
fix: github ref added
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwalyakoparkar committed Sep 9, 2023
1 parent 229207e commit 4671bc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ jobs:
- name: Push deploy manifests to local repo
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.AUTO_COMMIT_TOKEN }}
github_token: ${{ secrets.AUTO_COMMIT_TOKEN }}
branch: ${{ github.ref }}

0 comments on commit 4671bc4

Please sign in to comment.