Skip to content

Commit

Permalink
Deploy on push - Authorization token
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardnico committed Aug 24, 2024
1 parent 3205f18 commit 1838f66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:
with:
repository: gerardnico/kube-argocd
path: kube-argocd
token: ${{ secrets.GITHUB_TOKEN }}

- name: Update commit in Kubernetes deployment manifest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd kube-argocd || echo 'Fail Cd' & exit 1
echo "Patch Deployment with the last commit ($LAST_COMMIT)"
Expand Down

0 comments on commit 1838f66

Please sign in to comment.