This is an automated email from the ASF dual-hosted git repository.

dannycranmer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git


The following commit(s) were added to refs/heads/main by this push:
     new 5b1b470  [hotfix][ci] Add inherited secrets to workflow
5b1b470 is described below

commit 5b1b47055fb52eaf84dbb378965ceb00bbac15b7
Author: Hong Liang Teoh <[email protected]>
AuthorDate: Tue Oct 3 16:09:20 2023 +0100

    [hotfix][ci] Add inherited secrets to workflow
---
 .github/workflows/nightly.yml | 1 +
 .github/workflows/push_pr.yml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 7084a92..3fb6e5a 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -31,3 +31,4 @@ jobs:
       flink_version: ${{ matrix.flink }}
       flink_url: https://s3.amazonaws.com/flink-nightly/flink-${{ matrix.flink 
}}-bin-scala_2.12.tgz
       cache_flink_binary: false
+    secrets: inherit
\ No newline at end of file
diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index 56098b7..06cd670 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -31,3 +31,4 @@ jobs:
       flink_version: ${{ matrix.flink }}
       flink_url: https://archive.apache.org/dist/flink/flink-${{ matrix.flink 
}}/flink-${{ matrix.flink }}-bin-scala_2.12.tgz
       cache_flink_binary: true
+    secrets: inherit

Reply via email to