diff --git a/deploy/Earthfile b/deploy/Earthfile index dc3b400..e9b630c 100644 --- a/deploy/Earthfile +++ b/deploy/Earthfile @@ -7,6 +7,8 @@ WORKDIR /deploy # RUN --secret MY_KEY=my_key echo $MY_KEY + +RUN --secret TEST_SECRET=test_secret echo $TEST_SECRET # earthly secret --org earthly-sa --project earthly-vs-gha set fly_api_token YOUR_FLY_API_TOKEN RUN --secret FLY_API_TOKEN=fly_api_token