We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ac7fb commit 4b7c029Copy full SHA for 4b7c029
.github/workflows/update-cli.yml
@@ -17,7 +17,8 @@ jobs:
17
# If triggered via repository_dispatch, read from payload;
18
# otherwise, read from workflow_dispatch input:
19
RAW_VERSION: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.cli_version || inputs.cli_version }}
20
-
+ BUNDLE_GITHUB__COM: ${{ secrets.BUNDLE_ACCESS_TOKEN }}
21
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
steps:
23
- name: Check out code
24
uses: actions/checkout@v4
0 commit comments