Skip to content

Commit

Permalink
fix(ci): github rate limit
Browse files Browse the repository at this point in the history
Closes #3760
  • Loading branch information
squakez committed Dec 20, 2022
1 parent 0df10f3 commit e8d8a3c
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

name: build

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

on:
pull_request:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

name: builder

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

on:
pull_request:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

name: common

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

on:
pull_request:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

name: install

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

on:
pull_request:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/knative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

name: knative

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

on:
pull_request:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

name: local

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

on:
pull_request:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/openshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

name: openshift

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

on:
pull_request:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
# limitations under the License.
name: release

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

on:
schedule:
- cron: "10 23 * * *"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

name: upgrade

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

on:
pull_request:
branches:
Expand Down

0 comments on commit e8d8a3c

Please # to comment.