Skip to content

Commit 5f39a9c

Browse files
authored
Use GITHUB_TOKEN to avoid rate-limits
Fixes #11
1 parent 0a4888a commit 5f39a9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ runs:
3535
run: . <(curl -Lf https://raw.githubusercontent.com/DefangLabs/defang/main/src/bin/install || echo return $?)
3636
env:
3737
DEFANG_INSTALL_VERSION: ${{ inputs['cli-version'] }}
38+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # avoid rate-limits
3839

3940
- name: Login to Defang
4041
shell: bash

0 commit comments

Comments
 (0)