Skip to content

Commit

Permalink
CI: add CLI token to update-caches.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasdewally committed Nov 4, 2023
1 parent 2ed39fc commit baeacf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
branches:
- main

env:
GH_TOKEN: ${{ github.token }}

jobs:
caches:
strategy:
Expand All @@ -16,6 +19,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v2


- name: Generate caching variables
id: cache-vars
run: |
Expand Down

0 comments on commit baeacf4

Please sign in to comment.