Skip to content

Commit

Permalink
Build scans - Allow publishing build scans for everyone
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Nov 21, 2023
1 parent e56b8ec commit ce22dbd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 65 deletions.
56 changes: 0 additions & 56 deletions .github/develocity-preapproved-developers.json

This file was deleted.

9 changes: 0 additions & 9 deletions .github/workflows/develocity-publish-build-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,8 @@ jobs:
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v4
- name: Extract preapproved developers list
id: extract-preapproved-developers
run: |
echo "preapproved-developpers<<EOF" >> $GITHUB_OUTPUT
cat .github/develocity-preapproved-developers.json >> $GITHUB_OUTPUT
echo >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
- name: Publish Maven Build Scans
uses: gradle/github-actions/maven-build-scan/publish@v1-beta
if: ${{ contains(fromJson(steps.extract-preapproved-developers.outputs.preapproved-developpers).preapproved-developers, github.event.workflow_run.actor.login) }}
with:
develocity-url: 'https://ge.quarkus.io'
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
Expand Down

0 comments on commit ce22dbd

Please sign in to comment.