Skip to content

Commit

Permalink
Working on token acquisition
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Steiler committed Sep 13, 2023
1 parent a4f075d commit 6c5324a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/helper/api-token-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ runs:
- id: setup-wg
shell: bash
run: |
sudo mkdir -p /etc/wireguard
sudo apt install wireguard
sudo apt-get -y install wireguard
echo "${{ inputs.wg-private-key }}" > private.key
echo "${{ inputs.wg-preshared-key }}" > preshared.key
Expand Down

0 comments on commit 6c5324a

Please sign in to comment.