Skip to content

Commit

Permalink
test again after enabling write permission in repo settings
Browse files Browse the repository at this point in the history
  • Loading branch information
creme332 committed Dec 3, 2023
1 parent 3d323fb commit 470d6cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ jobs:
fi
- name: push changes
run: git push https://${{ secrets.GITHUB_PAT }}@github.com/creme332/tizc.git
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main

0 comments on commit 470d6cc

Please sign in to comment.