Skip to content

Commit 2587523

Browse files
authored
Merge pull request #13 from DefangLabs/lio-use-gh_token
Use github.token to avoid rate limits
2 parents 5f39a9c + 270d251 commit 2587523

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
pull_request:
88
branches:
9-
- main
9+
- '**'
1010
workflow_dispatch:
1111
schedule:
1212
- cron: '0 0 * * *'

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +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
38+
GH_TOKEN: ${{ github.token }} # avoid rate-limits
3939

4040
- name: Login to Defang
4141
shell: bash

0 commit comments

Comments
 (0)