Skip to content

Commit

Permalink
changed grgit_user param
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-stripe committed Mar 4, 2025
1 parent dfafa65 commit b1dacbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
run: |
./gradlew gitPublishPush --stacktrace --info
env:
GRGIT_USER: ${{ github.actor }}
GRGIT_USER: ${{ secrets.GITHUB_ACTOR }}
GRGIT_PASS: ${{ secrets.GITHUB_TOKEN }}

compat:
Expand Down

0 comments on commit b1dacbb

Please sign in to comment.