Skip to content

Commit

Permalink
chore: empty commit bump
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Aug 6, 2024
1 parent 9a347fb commit bff9043
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-adr-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bff9043

Please sign in to comment.