jtjeferreira commented on PR #832:
URL: https://github.com/apache/pekko-connectors/pull/832#issuecomment-2376493432

   @pjfanning thanks for running the workflows. For some reason the secret is 
not being properly propagated. 
   
   If I look into 
https://github.com/apache/pekko-connectors/actions/runs/11044846930/job/30681466278,
 I see that the secret is masked as expected: 
   ```
   sbt \
     -Dpekko.connectors.s3.aws.credentials.provider=static \
     -Dpekko.connectors.s3.aws.credentials.access-key-id=*** \
   ```
   
   However in 
https://github.com/apache/pekko-connectors/actions/runs/11049659282/job/30695897761?pr=832
 it is empty: 
   ```
   env:
       JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.422-5/x64
       JAVA_HOME_8_X64: 
/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.422-5/x64
       AWS_ACCESS_KEY_ID: 
   ```
   
   I don't have much experience with github actions...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to