Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tullamods/tullaRange
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuller committed Nov 18, 2020
2 parents 9536090 + e2c5918 commit 6f5513c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_OAUTH }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}

# "steps" holds a list of all the steps needed to package and release our AddOn
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_OAUTH }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
WOW_CLASSIC_VERSION: ${{ secrets.WOW_CLASSIC_VERSION }}
CF_PROJECT_ID: 26753
WOWI_PROJECT_ID: 15636
Expand Down

0 comments on commit 6f5513c

Please sign in to comment.