Skip to content

Commit

Permalink
Adjust builds to remove specific keys that are no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhlexPlexico committed Jan 13, 2024
1 parent 93e1e95 commit 77b7afc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,8 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v3
with:
token: ${{ secrets.TOKEN }}
ssh-key: ${{ secrets.SSH_KEY }}
submodules: true

- name: Compile Project
run: |
apt install openssh-client -y
eval `ssh-agent -s`
ssh-agent sh -c 'echo "${{ secrets.SSH_KEY }}" | ssh-add -'
make -j
5 changes: 0 additions & 5 deletions .github/workflows/create-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,10 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v3
with:
token: ${{ secrets.TOKEN }}
ssh-key: ${{ secrets.SSH_KEY }}
submodules: true

- name: Run Build Script
run: |
apt install openssh-client -y
eval `ssh-agent -s`
ssh-agent sh -c 'echo "${{ secrets.SSH_KEY }}" | ssh-add -'
chmod +x linux_build_rando.sh
./linux_build_rando.sh
Expand Down

0 comments on commit 77b7afc

Please sign in to comment.