Skip to content

Commit

Permalink
ci2: TUXBUILD_TOKEN -> TUXSUITE_TOKEN
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
  • Loading branch information
nathanchance committed Jan 22, 2021
1 parent 2d66107 commit 3ef9d58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-20.04
container: tuxsuite/tuxsuite
env:
TUXBUILD_TOKEN: ${{ secrets.TUXBUILD_TOKEN }}
TUXSUITE_TOKEN: ${{ secrets.TUXSUITE_TOKEN }}
steps:
- uses: actions/checkout@v2
- name: tuxsuite
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-20.04
container: tuxsuite/tuxsuite
env:
TUXBUILD_TOKEN: ${{ secrets.TUXBUILD_TOKEN }}
TUXSUITE_TOKEN: ${{ secrets.TUXSUITE_TOKEN }}
steps:
- uses: actions/checkout@v2
- name: tuxsuite
Expand Down
2 changes: 1 addition & 1 deletion job_fragment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
container: tuxsuite/tuxsuite
env:
TUXBUILD_TOKEN: ${{ secrets.TUXBUILD_TOKEN }}
TUXSUITE_TOKEN: ${{ secrets.TUXSUITE_TOKEN }}
steps:
- uses: actions/checkout@v2
- name: tuxsuite
Expand Down

0 comments on commit 3ef9d58

Please sign in to comment.