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.
2 parents 5f39a9c + 270d251 commit 2587523Copy full SHA for 2587523
.github/workflows/test.yaml
@@ -6,7 +6,7 @@ on:
6
- main
7
pull_request:
8
branches:
9
- - main
+ - '**'
10
workflow_dispatch:
11
schedule:
12
- cron: '0 0 * * *'
action.yaml
@@ -35,7 +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
+ GH_TOKEN: ${{ github.token }} # avoid rate-limits
39
40
- name: Login to Defang
41
shell: bash
0 commit comments