Skip to content

Commit

Permalink
Try another way to set RUNNER_CFG_PAT for setup
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Wall <[email protected]>
  • Loading branch information
joakimk and p-wall committed Dec 2, 2024
1 parent f198991 commit 12622ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/api/cloud_inits_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def show
},
],
runcmd: <<~BEGIN
while read -r env; do export "$env"; done < /etc/environment
export RUNNER_CFG_PAT=#{App.github_actions_runner_cfg_pat}
systemctl stop sshd
systemctl disable sshd
curl https://maintenance.auctionet.dev/running; true
Expand Down

0 comments on commit 12622ff

Please sign in to comment.