Skip to content

Commit 6f5513c

Browse files
committed
Merge branch 'master' of https://github.com/tullamods/tullaRange
2 parents 9536090 + e2c5918 commit 6f5513c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy_prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
CF_API_KEY: ${{ secrets.CF_API_KEY }}
2222
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
23-
GITHUB_OAUTH: ${{ secrets.GITHUB_OAUTH }}
23+
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
2424

2525
# "steps" holds a list of all the steps needed to package and release our AddOn
2626
steps:

.github/workflows/deploy_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
CF_API_KEY: ${{ secrets.CF_API_KEY }}
2424
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
25-
GITHUB_OAUTH: ${{ secrets.GITHUB_OAUTH }}
25+
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
2626
WOW_CLASSIC_VERSION: ${{ secrets.WOW_CLASSIC_VERSION }}
2727
CF_PROJECT_ID: 26753
2828
WOWI_PROJECT_ID: 15636

0 commit comments

Comments
 (0)