Skip to content

Commit

Permalink
in doHCFILES workflow fix use of GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
fghalasz committed Jul 8, 2024
1 parent 11f7649 commit 9a222da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildDocker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
--pattern '*-linux.x86_64.tgz'
tar -xzf /tmp/maiko.tgz"
env:
GITHUB_TOKEN: ${{ secrets.MU_TOKEN }}
GH_TOKEN: ${{ secrets.MU_TOKEN }}

- name: Install vnc
run: sudo apt-get update && sudo apt-get install -y tightvncserver
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doHCFILES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
--pattern '*-linux.x86_64.tgz'
tar -xzf /tmp/maiko.tgz"
env:
GITHUB_TOKEN: ${{ secrets.MU_TOKEN }}
GH_TOKEN: ${{ secrets.MU_TOKEN }}

- name: Install vnc
run: sudo apt-get update && sudo apt-get install -y tightvncserver
Expand Down

0 comments on commit 9a222da

Please sign in to comment.