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 c5ae7f1 commit 3315dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_lib_widget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
git add .
git commit -am "Update versionCode"
echo ${{ secrets.PERSONAL_ACCESS_TOKEN }}
git push https://[email protected]/Dango-dx/DangoUnit.git HEAD:master
git push
env:
PAT: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3315dcd

Please sign in to comment.