Skip to content

Commit 8858959

Browse files
committed
test apple login
1 parent cf155ea commit 8858959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ processResources {
8484
APPLE_LOGIN_KEY: System.getenv("APPLE_LOGIN_KEY"),
8585
APPLE_CLIENT_ID: System.getenv("APPLE_CLIENT_ID"),
8686
APPLE_REDIRECT_URL: System.getenv("APPLE_REDIRECT_URL"),
87-
APPLE_KEY_PATH: "${projectDir}/src/main/resources/secrets"
87+
APPLE_KEY_PATH: "classpath:secrets/apple-key/p8"
8888
])
8989
}
9090
}

0 commit comments

Comments
 (0)