Skip to content

Commit 39dd5a0

Browse files
committed
build: Remove twitter announcer
1 parent 833c14f commit 39dd5a0

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# SPDX-License-Identifier: Apache-2.0
33
#
4-
# Copyright 2006-2024 the original author or authors.
4+
# Copyright 2006-2025 the original author or authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

.github/workflows/early-access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# SPDX-License-Identifier: Apache-2.0
33
#
4-
# Copyright 2006-2024 the original author or authors.
4+
# Copyright 2006-2025 the original author or authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# SPDX-License-Identifier: Apache-2.0
33
#
4-
# Copyright 2006-2024 the original author or authors.
4+
# Copyright 2006-2025 the original author or authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -79,10 +79,6 @@ jobs:
7979
JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
8080
JRELEASER_NEXUS2_MAVEN_CENTRAL_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
8181
JRELEASER_NEXUS2_MAVEN_CENTRAL_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
82-
JRELEASER_TWITTER_CONSUMER_KEY: ${{ secrets.TWITTER_CONSUMER_KEY }}
83-
JRELEASER_TWITTER_CONSUMER_SECRET: ${{ secrets.TWITTER_CONSUMER_SECRET }}
84-
JRELEASER_TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
85-
JRELEASER_TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
8682
JRELEASER_MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
8783

8884
- name: JReleaser output

jreleaser.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# SPDX-License-Identifier: Apache-2.0
33
#
4-
# Copyright 2006-2024 Andres Almiray
4+
# Copyright 2006-2025 Andres Almiray
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -82,8 +82,6 @@ deploy:
8282
- build/repos/local/release
8383

8484
announce:
85-
twitter:
86-
active: RELEASE
8785
mastodon:
8886
active: RELEASE
8987
host: https://mastodon.social

0 commit comments

Comments
 (0)