Skip to content

Commit 94dbd28

Browse files
Merge pull request #352 from rstudio/kg-just-rate-limiting
Authenticate to avoid `just` repo rate limiting
2 parents a1af195 + 91f69c7 commit 94dbd28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ jobs:
183183
env:
184184
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
185185
- uses: extractions/setup-just@v1
186+
env:
187+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
186188
- name: Build Containers
187189
run: |
188190
just integration-testing/build
@@ -213,4 +215,4 @@ jobs:
213215
name: cypress-screenshots
214216
path: integration-testing/cypress/screenshots
215217
if-no-files-found: ignore
216-
retention-days: 1
218+
retention-days: 1

0 commit comments

Comments
 (0)