diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index d6ffdbf2..9edf96f6 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -29,6 +29,7 @@ jobs: - name: Add or Update comment on PR that Test is running uses: marocchino/sticky-pull-request-comment@v2 with: + GITHUB_TOKEN: ${{ secrets.FREELAWBOT_TOKEN }} recreate: true message: | Eyecite Benchmarking in progress... @@ -43,7 +44,7 @@ jobs: # That we should drop once groups is released for main #---------------------------------------------- - name: Install Poetry - uses: snok/install-poetry@v1 + uses: snok/install-poetry@v1.3.3 with: virtualenvs-create: true virtualenvs-in-project: true @@ -128,7 +129,7 @@ jobs: user_email: 'info@free.law' user_name: 'freelawbot' source_file: 'results/' - destination_repo: 'freelawproject/eyecite' + destination_repo: 'albertisfu/eyecite' destination_folder: '${{ github.event.number }}' destination_branch: 'artifacts' commit_message: 'feat(ci): Add artifacts for PR# ${{ github.event.number }}' @@ -136,6 +137,7 @@ jobs: - name: Add or Update PR Comment from Generated Report uses: marocchino/sticky-pull-request-comment@v2 with: + GITHUB_TOKEN: ${{ secrets.FREELAWBOT_TOKEN }} recreate: true path: results/report.md @@ -171,7 +173,7 @@ jobs: # ----- install & configure poetry ----- #---------------------------------------------- - name: Install Poetry - uses: snok/install-poetry@v1 + uses: snok/install-poetry@v1.3.3 with: virtualenvs-create: true virtualenvs-in-project: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 020c2b6a..aa1cb6d0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: python-version: "3.9" - name: Install Poetry - uses: snok/install-poetry@v1 + uses: snok/install-poetry@v1.3.3 with: virtualenvs-create: true virtualenvs-in-project: true @@ -68,7 +68,7 @@ jobs: python-version: "3.8" - name: Install Poetry - uses: snok/install-poetry@v1 + uses: snok/install-poetry@v1.3.3 with: virtualenvs-create: true virtualenvs-in-project: true diff --git a/.github/workflows/pdoc.yml b/.github/workflows/pdoc.yml index d767b5ad..f2cc4a73 100644 --- a/.github/workflows/pdoc.yml +++ b/.github/workflows/pdoc.yml @@ -15,7 +15,7 @@ jobs: python-version: "3.8" - name: Install Poetry - uses: snok/install-poetry@v1.1.0 + uses: snok/install-poetry@v1.3.3 with: virtualenvs-create: true virtualenvs-in-project: true diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 9237b503..0afef1d9 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install Poetry - uses: snok/install-poetry@v1.1.0 + uses: snok/install-poetry@v1.3.3 with: virtualenvs-create: true virtualenvs-in-project: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d0c40d75..bc342c4e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Poetry - uses: snok/install-poetry@v1 + uses: snok/install-poetry@v1.3.3 with: version: 1.2.0rc2 virtualenvs-create: true