Skip to content

Commit 1a5b42d

Browse files
author
Anuraag Agrawal
authored
Try only specifying GRGIT_USER to the token as per grgit docs.
1 parent 835678f commit 1a5b42d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
env:
4141
PUBLISH_USERNAME: ${{ secrets.PUBLISH_USERNAME }}
4242
PUBLISH_PASSWORD: ${{ secrets.PUBLISH_PASSWORD }}
43-
GRGIT_USER: ${{ github.actor }}
44-
GRGIT_PASS: ${{ secrets.GITHUB_TOKEN }}
43+
GRGIT_USER: ${{ secrets.GITHUB_TOKEN }}
4544
COMMIT_HASH: ${{ github.event.inputs.version }}
4645
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
4746
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)