Skip to content

Commit

Permalink
Fix: OGP画像がアップロードされないバグ
Browse files Browse the repository at this point in the history
  • Loading branch information
Izuho Fujiwara authored Aug 5, 2020
1 parent 3bc9ebe commit d061e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ogp_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ steps.extract_branch.outputs.branch }}
github_token: ${{ secrets.ACCESS_TOKEN }}
branch: master
- name: Enable "include administrators" branch protection
uses: benjefferies/branch-protection-bot@master
if: always()
Expand Down

0 comments on commit d061e52

Please sign in to comment.