Skip to content

Commit

Permalink
Added environment to build task in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tochilinak committed Oct 31, 2023
1 parent 4d6abbc commit 6564736
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: :usvm-python:usvm-python-runner:build
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
# the publishing section of your build.gradle
Expand Down

0 comments on commit 6564736

Please sign in to comment.