Skip to content

Commit

Permalink
Attempt to fix permissions and gradle issue for publish and publishAr…
Browse files Browse the repository at this point in the history
…tifactory

Relates to changes from #6705
and 5ea9cd6
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
  • Loading branch information
siladu committed Apr 11, 2024
1 parent a3dc907 commit 55cdb23
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
publish:
runs-on: ubuntu-22.04
needs: testWindows
permissions:
contents: write
steps:
- name: Download archives
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
Expand All @@ -95,6 +97,15 @@ jobs:
runs-on: ubuntu-22.04
needs: artifacts
steps:
- name: Set up JDK 17
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93
with:
distribution: 'temurin'
java-version: '17'
- name: setup gradle
uses: gradle/actions/setup-gradle@9e899d11ad247ec76be7a60bc1cf9d3abbb9e7f1
with:
cache-disabled: true
- name: Artifactory Publish
env:
ARTIFACTORY_USER: ${{ secrets.BESU_ARTIFACTORY_USER }}
Expand Down

0 comments on commit 55cdb23

Please sign in to comment.