From 1df0499dc6cc76cac365d95279bb220b4d1aec29 Mon Sep 17 00:00:00 2001 From: Matt Carroll Date: Sat, 16 Nov 2024 22:49:01 -0800 Subject: [PATCH] Update daily-flock-rebase.yaml --- .github/workflows/daily-flock-rebase.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/daily-flock-rebase.yaml b/.github/workflows/daily-flock-rebase.yaml index 1ef552c12ce..03aa17f7f9f 100644 --- a/.github/workflows/daily-flock-rebase.yaml +++ b/.github/workflows/daily-flock-rebase.yaml @@ -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