Skip to content

Commit 68000b8

Browse files
authored
Fix update github-config workflow (paketo-buildpacks#238)
- include token when checking out repo
1 parent 875e694 commit 68000b8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update-github-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313

1414
- name: Checkout
1515
uses: actions/checkout@v2
16+
with:
17+
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
1618

1719
- name: Checkout github-config
1820
uses: actions/checkout@v2

0 commit comments

Comments
 (0)