Skip to content

Commit

Permalink
Merge pull request #40 from nathanchance/tuxsuite-token
Browse files Browse the repository at this point in the history
ci2: TUXBUILD_TOKEN -> TUXSUITE_TOKEN
  • Loading branch information
danrue committed Jan 22, 2021
2 parents 2d66107 + 3ef9d58 commit 9703974
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 9703974

Please sign in to comment.