We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78f20f commit ca01a67Copy full SHA for ca01a67
.github/workflows/auto-update.yml
@@ -12,6 +12,8 @@ jobs:
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v2
15
+ with:
16
+ token: ${{ secrets.UPDATE_PAT }}
17
- name: Setup Node.js environment
18
uses: actions/setup-node@v1
19
with:
0 commit comments