Skip to content

Commit dde5dc7

Browse files
Merge pull request #6 from StoppedwummPython/StoppedwummPython-patch-2
Update Build.yml
2 parents 1f5cc33 + 0bbdea4 commit dde5dc7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/Build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
chmod +x butler
6161
# just a sanity check run (and also helpful in case you're sharing CI logs)
6262
./butler -V
63+
echo $PAT # just a test
64+
env:
65+
# This makes the PAT available within the script.
66+
PAT: ${{ secrets.PAT }}
6367

6468
- name: Deploy Manually using Git and LFS
6569
run: |

0 commit comments

Comments
 (0)