Merge GITHUB_TOKEN/GITHUB_ACTOR into the single env block at the top of each step, removing the trailing duplicate block in test-maven-packages.yml (#6459)

This commit is contained in:
Larry Knox
2026-06-16 14:26:32 -05:00
committed by GitHub
parent 9197e60b6d
commit ee75bdd5d4
+4 -6
View File
@@ -108,6 +108,8 @@ jobs:
env:
ARTIFACT_VERSION: ${{ inputs.version }}
REPOSITORY_URL: ${{ inputs.repository_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ACTOR: ${{ github.actor }}
run: |
echo "::group::Download JNI artifact"
# Clear cached SNAPSHOT to force fresh download
@@ -252,9 +254,6 @@ jobs:
echo "✅ Artifact installed successfully"
echo "::endgroup::"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ACTOR: ${{ github.actor }}
- name: Verify JAR contents (JNI)
env:
@@ -377,6 +376,8 @@ jobs:
env:
ARTIFACT_VERSION: ${{ inputs.version }}
REPOSITORY_URL: ${{ inputs.repository_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ACTOR: ${{ github.actor }}
run: |
echo "::group::Download FFM artifact"
# Clear cached SNAPSHOT to force fresh download
@@ -521,9 +522,6 @@ jobs:
echo "✅ Artifact installed successfully"
echo "::endgroup::"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ACTOR: ${{ github.actor }}
- name: Verify JAR contents (FFM)
env: