Skip to content

Commit

Permalink
pleas not this again
Browse files Browse the repository at this point in the history
  • Loading branch information
Zopolis4 committed Nov 29, 2023
1 parent 99b6229 commit 30ad4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Boards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
git config --global user.name 'github-actions[bot]'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
git config --global credential.helper store
echo 'https://token:${{ secrets.GITHUB_TOKEN }}@github.com' > ~/.git-credentials
echo 'https://github-actions[bot]:${{ secrets.GITHUB_TOKEN }}@github.com' > ~/.git-credentials
- name: Generate boards.json
run: ruby .github/boards.rb
- name: Commit and push updated boards.json
Expand Down

0 comments on commit 30ad4dc

Please sign in to comment.