Skip to content

Commit 73c21d9

Browse files
authored
update to hydra v2 for the default auth url in deploy script (#1260)
update to hydra v2 for the default auth url in deploy script
1 parent b3fb2ed commit 73c21d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
type: string
2929
react_app_authentication_url:
3030
required: false
31-
default: "https://staging-auth-v1.raspberrypi.org"
31+
default: "https://staging-auth-v2.raspberrypi.org"
3232
type: string
3333
react_app_base_url:
3434
required: false

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file.
3+
All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

0 commit comments

Comments
 (0)