Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattops committed Jan 9, 2025
1 parent ee34d42 commit adb3cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/local/bin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ getRegistrationToken=$(
--header "Accept: application/vnd.github+json" \
--header "X-GitHub-Api-Version: 2022-11-28" \
--header "Authorization: Bearer ${GH_AUTH_TOKEN}" \
https://api.github.com/org/ministryofjustice/actions/runners/registration-token | jq -r '.token'
https://api.github.com/orgs/ministryofjustice/actions/runners/registration-token | jq -r '.token'
)
export getRegistrationToken

Expand Down

0 comments on commit adb3cd9

Please sign in to comment.