Skip to content

Commit c3efd1f

Browse files
committed
Fix release process
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
1 parent d45c2f7 commit c3efd1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,5 @@ jobs:
6666
asset_path: target/flink-jar-runner-${{ env.VERSION }}.jar
6767
asset_name: flink-jar-runner-${{ env.VERSION }}.jar
6868
asset_content_type: application/java-archive
69+
env:
70+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)