Skip to content

Commit

Permalink
use new runner token
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Dec 16, 2023
1 parent d47ad35 commit 1205811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/ansible/setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ set -ex
mkdir /home/nonroot/actions-runner && cd /home/nonroot/actions-runner
curl -o actions-runner-linux-x64-2.311.0.tar.gz -L https://github.com/actions/runner/releases/download/v2.311.0/actions-runner-linux-x64-2.311.0.tar.gz
tar xzf ./actions-runner-linux-x64-2.311.0.tar.gz
./config.sh --url https://github.com/mantidproject/vesuvio --token AWZQ65XDZQJX3FCADGXB2WDFPTZF6
./config.sh --url https://github.com/mantidproject/vesuvio --token AWZQ65UNHU44YBHS7GRCB7LFPT6D4
./run.sh

0 comments on commit 1205811

Please sign in to comment.