Skip to content

Commit 5cce366

Browse files
committed
👷 Authenticate the GitHub CLI with the {{github.token}} before use
1 parent 0242e65 commit 5cce366

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎.github/workflows/update.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2
15+
- name: Authenticate GitHub CLI
16+
run: gh auth login --with-token ${{github.token}}
1517
- name: Get Gitmoji Release Information
1618
id: release
1719
run: |

0 commit comments

Comments
 (0)