Skip to content

Commit edf7d61

Browse files
committed
Update develop OC version
1 parent d62b7b2 commit edf7d61

14 files changed

+33
-13
lines changed

.github/workflows/build-elasticsearch-oss-plugin-analysis-icu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: prepare gpg
6262
env:
63-
GPG_KEY: ${{ secrets.GPG_KEY_OC18 }}
63+
GPG_KEY: ${{ secrets.GPG_KEY_OC19 }}
6464
run: |
6565
echo "${GPG_KEY}" | gpg --import
6666
echo '%_gpg_name cloud@opencast.org' >> ~/.rpmmacros

.github/workflows/build-elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: prepare gpg
4444
env:
45-
GPG_KEY: ${{ secrets.GPG_KEY_OC18 }}
45+
GPG_KEY: ${{ secrets.GPG_KEY_OC19 }}
4646
run: |
4747
echo "${GPG_KEY}" | gpg --import
4848
echo '%_gpg_name cloud@opencast.org' >> ~/.rpmmacros

.github/workflows/build-ffmpeg-rpms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: prepare gpg
6262
env:
63-
GPG_KEY: ${{ secrets.GPG_KEY_OC18 }}
63+
GPG_KEY: ${{ secrets.GPG_KEY_OC19 }}
6464
run: |
6565
echo "${GPG_KEY}" | gpg --import
6666
echo '%_gpg_name cloud@opencast.org' >> ~/.rpmmacros

.github/workflows/build-opencast-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
- name: prepare gpg
147147
if: steps.version-check.outputs.new == 'yes'
148148
env:
149-
GPG_KEY: ${{ secrets.GPG_KEY_OC18 }}
149+
GPG_KEY: ${{ secrets.GPG_KEY_OC19 }}
150150
run: |
151151
echo "${GPG_KEY}" | gpg --import
152152
echo '%_gpg_name cloud@opencast.org' >> ~/.rpmmacros

.github/workflows/build-opencast-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- name: prepare gpg
138138
if: steps.version-check.outputs.new == 'yes'
139139
env:
140-
GPG_KEY: ${{ secrets.GPG_KEY_OC18 }}
140+
GPG_KEY: ${{ secrets.GPG_KEY_OC19 }}
141141
run: |
142142
echo "${GPG_KEY}" | gpg --import
143143
echo '%_gpg_name cloud@opencast.org' >> ~/.rpmmacros

.github/workflows/build-opensearch-plugin-analysis-icu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: prepare gpg
6262
env:
63-
GPG_KEY: ${{ secrets.GPG_KEY_OC18 }}
63+
GPG_KEY: ${{ secrets.GPG_KEY_OC19 }}
6464
run: |
6565
echo "${GPG_KEY}" | gpg --import
6666
echo '%_gpg_name cloud@opencast.org' >> ~/.rpmmacros

.github/workflows/build-opensearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: prepare gpg
4444
env:
45-
GPG_KEY: ${{ secrets.GPG_KEY_OC18 }}
45+
GPG_KEY: ${{ secrets.GPG_KEY_OC19 }}
4646
run: |
4747
echo "${GPG_KEY}" | gpg --import
4848
echo '%_gpg_name cloud@opencast.org' >> ~/.rpmmacros

.github/workflows/build-repository-rpms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: prepare gpg
6363
env:
64-
GPG_KEY: ${{ secrets.GPG_KEY_OC18 }}
64+
GPG_KEY: ${{ secrets.GPG_KEY_OC19 }}
6565
run: |
6666
echo "${GPG_KEY}" | gpg --import
6767
echo '%_gpg_name cloud@opencast.org' >> ~/.rpmmacros

.github/workflows/build-whisper.cpp-model-rpms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: prepare gpg
6262
env:
63-
GPG_KEY: ${{ secrets.GPG_KEY_OC18 }}
63+
GPG_KEY: ${{ secrets.GPG_KEY_OC19 }}
6464
run: |
6565
echo "${GPG_KEY}" | gpg --import
6666
echo '%_gpg_name cloud@opencast.org' >> ~/.rpmmacros

.github/workflows/build-whisper.cpp-model-v3-rpms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: prepare gpg
6262
env:
63-
GPG_KEY: ${{ secrets.GPG_KEY_OC18 }}
63+
GPG_KEY: ${{ secrets.GPG_KEY_OC19 }}
6464
run: |
6565
echo "${GPG_KEY}" | gpg --import
6666
echo '%_gpg_name cloud@opencast.org' >> ~/.rpmmacros

0 commit comments

Comments
 (0)