diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 2d02b3497..36dcc4950 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -1,11 +1,7 @@ --- name: OpenTelemetry Acceptance Tests -on: - push: - branches: ["main"] - pull_request: - branches: ["main"] +on: [pull_request] permissions: {} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15c844a57..4903a7893 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,11 +1,7 @@ --- name: Build -on: - push: - branches: ["main"] - pull_request: - branches: ["main"] +on: [pull_request] permissions: {} diff --git a/.github/workflows/lint-rest.yml b/.github/workflows/lint-rest.yml index 5875a35b4..ea59725e1 100644 --- a/.github/workflows/lint-rest.yml +++ b/.github/workflows/lint-rest.yml @@ -1,5 +1,5 @@ --- -name: Acceptance Tests +name: Lint What Super Linter Can't on: [pull_request] diff --git a/.github/workflows/native-tests.yml b/.github/workflows/native-tests.yml index 3ba9269ae..09646607b 100644 --- a/.github/workflows/native-tests.yml +++ b/.github/workflows/native-tests.yml @@ -1,11 +1,7 @@ --- name: GraalVM Native Tests -on: - push: - branches: ["main"] - pull_request: - branches: ["main"] +on: [pull_request] permissions: {} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 087356453..4c2d83bb1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: permissions: {} steps: - - name: Debug gpg key - remove after debugging + - name: Debug gpg key env: GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }} run: | diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 102695d4b..4f57a63ed 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -1,8 +1,7 @@ --- name: Lint -on: - pull_request: +on: [pull_request] jobs: lint: diff --git a/.github/workflows/test-release-build.yml b/.github/workflows/test-release-build.yml index e71cb1a1f..27508f513 100644 --- a/.github/workflows/test-release-build.yml +++ b/.github/workflows/test-release-build.yml @@ -1,5 +1,5 @@ --- -name: Build +name: Test Build Release on: push: diff --git a/RELEASING.md b/RELEASING.md index 151fae720..898d7b7e4 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -5,3 +5,14 @@ 3. Click on "Generate release notes" to auto-generate the release notes based on the commits since the last release. 4. Click on "Publish release". + +## If the GPG key expired + +1. Generate a new key: + +2. BUT use `gpg --armor --export-secret-keys YOUR_ID` to + export ([docs](https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#gpg)) +3. Update the + passphrase: +4. Update the GPG + key: