Skip to content

Commit 0f5162b

Browse files
authored
Update update_package_properties.yml
1 parent 22bc34f commit 0f5162b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update_package_properties.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
run: |
3636
curl -H "Authorization: token $GH_TOKEN" https://api.github.com/repos/citusdata/packaging/collaborators
3737
38+
- name: Check GH_TOKEN User
39+
run: |
40+
curl -H "Authorization: token $GH_TOKEN" https://api.github.com/user
41+
3842
3943
- name: Checkout repository
4044
uses: actions/checkout@v3

0 commit comments

Comments
 (0)