Skip to content

Commit 6bace47

Browse files
committed
Pass GITHUB_TOKEN to workflow
1 parent b8db630 commit 6bace47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/trunk-push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,5 @@ jobs:
6969
with:
7070
arguments: publish
7171
env:
72-
GPR_USER: eventstore
73-
GPR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7473

0 commit comments

Comments
 (0)