diff --git a/.github/workflows/prepare-release.yaml b/.github/workflows/prepare-release.yaml index ceb9105..f1cb4a6 100644 --- a/.github/workflows/prepare-release.yaml +++ b/.github/workflows/prepare-release.yaml @@ -27,8 +27,8 @@ jobs: uses: actions/checkout@v4 with: # Use a PAT if pushing to protected branches is restricted for GITHUB_TOKEN - token: ${{ secrets.PAT_TOKEN }} # Create PAT with repo scope - # token: ${{ secrets.GITHUB_TOKEN }} # this does not trigger other workflows + # token: ${{ secrets.PAT_TOKEN }} # Create PAT with repo scope + token: ${{ secrets.GITHUB_TOKEN }} # Setup Flutter/Dart environment needed to run dart pub global activate - name: Setup Flutter