Skip to content

Commit 354a6ae

Browse files
committed
add more initial findings
1 parent 76c44e7 commit 354a6ae

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/beam_PostCommit_Java_Delta_IO_Dataflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
job_phrase: ["Run PostCommit Java Delta IO Dataflow"]
6565
steps:
6666
- uses: actions/checkout@v7
67+
with:
68+
persist-credentials: false
6769
- name: Setup repository
6870
uses: ./.github/actions/setup-action
6971
with:

.github/workflows/republish_released_docker_containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
-Pdocker-pull-licenses \
101101
-Pprune-images ${{ matrix.images_to_publish.include_skip_flags }} \
102102
-Pdocker-repository-root=gcr.io/apache-beam-testing/updated_released_container_images \
103-
-Pdocker-tag-list=${{ env.release }},${{ github.sha }},$(date +'%Y-%m-%d') \
103+
-Pdocker-tag-list=${release},${{ github.sha }},$(date +'%Y-%m-%d') \
104104
-Pjava21Home=$JAVA_HOME_21_X64 \
105105
--no-daemon \
106106
--no-parallel

0 commit comments

Comments
 (0)