Skip to content

Commit 4b7c029

Browse files
committed
action debug
1 parent 92ac7fb commit 4b7c029

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-cli.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
# If triggered via repository_dispatch, read from payload;
1818
# otherwise, read from workflow_dispatch input:
1919
RAW_VERSION: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.cli_version || inputs.cli_version }}
20-
20+
BUNDLE_GITHUB__COM: ${{ secrets.BUNDLE_ACCESS_TOKEN }}
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2122
steps:
2223
- name: Check out code
2324
uses: actions/checkout@v4

0 commit comments

Comments
 (0)