Skip to content

Commit

Permalink
feat: Config
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed Aug 23, 2023
1 parent 32aaefb commit dacedde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_lib_widget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
git config --global user.name "GitHub Actions"
git commit -am "Update versionCode"
echo $PAT
git push https://$PAT@github.com/Dango-dx/DangoUnit.git HEAD:master
git push https://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@github.com/Dango-dx/DangoUnit.git HEAD:master
env:
PAT: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

Expand Down

0 comments on commit dacedde

Please sign in to comment.