From bff904329689e1efa09fa6c7cd690ffc948c813f Mon Sep 17 00:00:00 2001 From: yamilmedina Date: Tue, 6 Aug 2024 17:25:05 +0200 Subject: [PATCH] chore: empty commit bump --- .github/workflows/deploy-adr-docs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-adr-docs.yml b/.github/workflows/deploy-adr-docs.yml index d07b0940ba7..6a96868a761 100644 --- a/.github/workflows/deploy-adr-docs.yml +++ b/.github/workflows/deploy-adr-docs.yml @@ -12,6 +12,9 @@ permissions: contents: write pull-requests: write +env: + GITHUB_TOKEN: ${{ secrets.ANDROID_BOB_GH_TOKEN }} + jobs: publish-pr: runs-on: ubuntu-latest @@ -21,8 +24,6 @@ jobs: uses: actions/checkout@v4 - name: Comment ADRs in PR - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | echo "# ADR Docs in this PR 📚:" > /tmp/new-adr gh pr diff ${{ github.event.pull_request.number }} --name-only | grep docs/adr | xargs cat >> /tmp/new-adr