Skip to content

Commit 22bc34f

Browse files
authored
Update update_package_properties.yml
1 parent 2f3559d commit 22bc34f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update_package_properties.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
runs-on: ubuntu-latest
3232

3333
steps:
34+
- name: Check Token Permissions
35+
run: |
36+
curl -H "Authorization: token $GH_TOKEN" https://api.github.com/repos/citusdata/packaging/collaborators
37+
38+
3439
- name: Checkout repository
3540
uses: actions/checkout@v3
3641
with:

0 commit comments

Comments
 (0)