Skip to content

Commit

Permalink
use github token
Browse files Browse the repository at this point in the history
  • Loading branch information
Pheenoh committed Feb 4, 2024
1 parent 1644cf0 commit c445c4a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gcn-ntscj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{secrets.MY_REPO_PAT}}
token: ${{ github.token }}
submodules: recursive
- name: Move ISO
run: mkdir -p ./isos/ && mv /GZ2J01.iso ./isos/GZ2J01.iso
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcn-ntscu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{secrets.MY_REPO_PAT}}
token: ${{ github.token }}
submodules: recursive
- name: Move ISO
run: mkdir -p ./isos/ && mv /GZ2E01.iso ./isos/GZ2E01.iso
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcn-pal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{secrets.MY_REPO_PAT}}
token: ${{ github.token }}
submodules: recursive
- name: Move ISO
run: mkdir -p ./isos/ && mv /GZ2P01.iso ./isos/GZ2P01.iso
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wii-ntscj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{secrets.MY_REPO_PAT}}
token: ${{ github.token }}
submodules: recursive
- name: Move ISO
run: mkdir -p ./isos/ && mv /RZDJ01.iso ./isos/RZDJ01.iso
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wii-ntscu10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{secrets.MY_REPO_PAT}}
token: ${{ github.token }}
submodules: recursive
- name: Move ISO
run: mkdir -p ./isos/ && mv /RZDE01.iso ./isos/RZDE01.iso
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wii-ntscu12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{secrets.MY_REPO_PAT}}
token: ${{ github.token }}
submodules: recursive
- name: Move ISO
run: mkdir -p ./isos/ && mv /RZDE01_2.iso ./isos/RZDE01_2.iso
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wii-pal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{secrets.MY_REPO_PAT}}
token: ${{ github.token }}
submodules: recursive
- name: Move ISO
run: mkdir -p ./isos/ && mv /RZDP01.iso ./isos/RZDP01.iso
Expand Down

0 comments on commit c445c4a

Please sign in to comment.