Skip to content

Commit

Permalink
Update daily-flock-rebase.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-carroll authored Nov 17, 2024
1 parent 78b5b12 commit 1df0499
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/daily-flock-rebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ jobs:
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git config --global user.name "${{ github.actor }}"
# Store the PAT in a file that can be accessed by the
# GitHub CLI.
#echo "$GITHUB_PAT" > token.txt
# Authorize GitHub CLI for the current repository and
# create a pull-requests containing the updates.
#gh auth login --with-token < token.txt
# Setup upstream to Flutter and fetch the latest from master.
git remote add upstream https://github.com/flutter/flutter.git
git fetch upstream master
Expand Down

0 comments on commit 1df0499

Please sign in to comment.