Skip to content

Commit

Permalink
Update github-actions-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus002 authored Aug 1, 2024
1 parent 105c167 commit fd19b40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Add new File
run: |
echo "${{ secrets.SECRET_JSON }}" | base64 -d > scripts/test.json
echo "${{ secrets.SECRET_GOOGLE_PLIST }} | base64 -d > scripts/info.plist
- name: Commit changes
run: |
git config --global user.name 'github-actions[bot]'
Expand Down

0 comments on commit fd19b40

Please sign in to comment.