Skip to content

Commit

Permalink
Fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
mlykotom committed May 19, 2023
1 parent 9e1b307 commit 40086bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-bp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Create PR with generated profiles
uses: peter-evans/create-pull-request@v5
with:
token: {{ secrets.ANDROID_DEVREL_BOT_TOKEN }}
token: ${{ secrets.ANDROID_DEVREL_BOT_TOKEN }}
commit-message: '[Generated] Baseline Profiles'
committer: BP Bot <android-devrel-github-bot@google.com>
author: BP Bot <android-devrel-github-bot@google.com>
Expand Down

0 comments on commit 40086bc

Please sign in to comment.