Skip to content

Commit 75afe51

Browse files
authored
Update update_package_properties.yml
1 parent 0f5162b commit 75afe51

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
@@ -39,6 +39,11 @@ jobs:
3939
run: |
4040
curl -H "Authorization: token $GH_TOKEN" https://api.github.com/user
4141
42+
- name: Check GITHUB_TOKEN permissions
43+
run: |
44+
curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
45+
https://api.github.com/rate_limit
46+
4247
4348
- name: Checkout repository
4449
uses: actions/checkout@v3

0 commit comments

Comments
 (0)