diff --git a/.github/workflows/preevy-up.yml b/.github/workflows/preevy-up.yml index 8b7bcc1ca3c..a7a7e91b7bb 100644 --- a/.github/workflows/preevy-up.yml +++ b/.github/workflows/preevy-up.yml @@ -13,6 +13,9 @@ permissions: jobs: deploy: runs-on: ubuntu-latest + env: + GITHUB_TOKEN: ${{ github.token }} + steps: - uses: aws-actions/configure-aws-credentials@v2 with: @@ -24,14 +27,4 @@ jobs: with: profile-url: "s3://preevy-297324796627-test3?region=eu-west-1" docker-compose-yaml-path: "./production/docker-compose.yaml" - - uses: mshick/add-pr-comment@v2 - with: - message: | - # Markdown: - - ${{ steps.preevy.outputs.urls-markdown }} - - # JSON: - - ${{ steps.preevy.outputs.urls-json }} - \ No newline at end of file + diff --git a/README.md b/README.md index 9000e5e3b57..39b8d6ae06e 100644 --- a/README.md +++ b/README.md @@ -143,3 +143,5 @@ If you would like to add your organization to the list, please open a PR to add ## License Grafana Loki is distributed under [AGPL-3.0-only](LICENSE). For Apache-2.0 exceptions, see [LICENSING.md](LICENSING.md). + +-------- test12 diff --git a/production/docker-compose.yaml b/production/docker-compose.yaml index 411f37df67c..cb9e592caf3 100644 --- a/production/docker-compose.yaml +++ b/production/docker-compose.yaml @@ -52,3 +52,6 @@ services: - "3000:3000" networks: - loki +x-preevy: + plugins: + - module: '@preevy/plugin-github-pr-link'