We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4888a commit 5f39a9cCopy full SHA for 5f39a9c
action.yaml
@@ -35,6 +35,7 @@ runs:
35
run: . <(curl -Lf https://raw.githubusercontent.com/DefangLabs/defang/main/src/bin/install || echo return $?)
36
env:
37
DEFANG_INSTALL_VERSION: ${{ inputs['cli-version'] }}
38
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # avoid rate-limits
39
40
- name: Login to Defang
41
shell: bash
0 commit comments