Skip to content

Commit

Permalink
fix/cd: git proper permissions to update docker tag (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie-XIAO authored Dec 5, 2024
1 parent 28cd3b5 commit c35c980
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
rm /tmp/veritas-trial-service.json
- name: Update Docker tag
permissions:
contents: write
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit c35c980

Please sign in to comment.