Skip to content

Commit

Permalink
Working on token acquisition workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Steiler committed Sep 14, 2023
1 parent b0ddde6 commit d19d1a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/helper/api-token-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ runs:
sudo wg set wg0 \
listen-port ${{ inputs.wg-listen-port }} \
private-key private.key \
preshared-key preshared.key \
peer ${{ inputs.wg-peer-public-key }} \
allowed-ips ${{ inputs.wg-allowed-ips }} \
preshared-key preshared.key \
endpoint ${{ inputs.wg-endpoint }} \
persistent-keepalive 10 \
endpoint ${{ inputs.wg-endpoint }}
allowed-ips ${{ inputs.wg-allowed-ips }}
- id: start-wg
shell: bash
run: |
Expand Down
1 change: 1 addition & 0 deletions .vscode/icloud-photos-sync.cspell
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ iCPSMFA
idmsa
JEGI
jpeg
keepalive
kkiceenh
knip
KNYDBI
Expand Down

0 comments on commit d19d1a4

Please sign in to comment.