Skip to content

Commit

Permalink
replace GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoizame committed Apr 10, 2021
1 parent f0ac4f1 commit 843183f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-bc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:

steps:
- uses: actions/checkout@v1
with:
fetch-depth: 500

- name: Install and run Luacheck
uses: nebularg/actions-luacheck@v1
Expand All @@ -32,5 +30,5 @@ jobs:
args: -g bc -m .pkgmeta-bc
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_OAUTH }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
4 changes: 1 addition & 3 deletions .github/workflows/build-classic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:

steps:
- uses: actions/checkout@v1
with:
fetch-depth: 500

- name: Install and run Luacheck
uses: nebularg/actions-luacheck@v1
Expand All @@ -32,5 +30,5 @@ jobs:
args: -g classic -m .pkgmeta-classic -w 25185
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_OAUTH }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:

steps:
- uses: actions/checkout@v1
with:
fetch-depth: 500

- name: Install and run Luacheck
uses: nebularg/actions-luacheck@v1
Expand All @@ -32,7 +30,7 @@ jobs:
args: -g classic -m .pkgmeta-classic -w 25185
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_OAUTH }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}

- name: Create BC Package
Expand All @@ -41,5 +39,5 @@ jobs:
args: -g bc -m .pkgmeta-bc
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_OAUTH }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}

0 comments on commit 843183f

Please sign in to comment.