Skip to content

Commit 7c653d5

Browse files
committed
⚗️ Try without bot token
1 parent 79ae82f commit 7c653d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tasks-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v3
27-
with:
28-
token: ${{ secrets.BOT_ACCESS_TOKEN }}
27+
# with:
28+
# token: ${{ secrets.BOT_ACCESS_TOKEN }}
2929
- run: corepack enable
3030
- uses: actions/setup-node@v3
3131
with:

packages/hub/src/lib/list-files.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface ListFileEntry {
3535
* List files in a folder. To list ALL files in the directory, call it
3636
* with {@link params.recursive} set to `true`.
3737
*/
38-
export async function* listFiles(params: {
38+
export async function* xlistFiles(params: {
3939
repo: RepoDesignation;
4040
/**
4141
* Do we want to list files in subdirectories?

0 commit comments

Comments
 (0)