Skip to content

Commit

Permalink
try plain git
Browse files Browse the repository at this point in the history
  • Loading branch information
reteps committed Oct 4, 2024
1 parent 2f476b0 commit 85c33f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-sigpwny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ jobs:
working-directory: ${{ env.CI_WORKING_DIR }}
- name: Save scheduled discord pings
if: github.ref_name == github.event.repository.default_branch
env:
WORKFLOW_PAT: ${{ secrets.WORKFLOW_PAT }}
run: |
git remote set-url origin "https://[email protected]/sigpwny/websites.git/"
git config user.name github-actions
git config user.email [email protected]
git add .github
Expand Down

0 comments on commit 85c33f4

Please sign in to comment.