Skip to content

Commit

Permalink
check github token
Browse files Browse the repository at this point in the history
  • Loading branch information
juliankolbe committed Sep 17, 2024
1 parent 9ae5422 commit cf267f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Check GitHub Token Permissions
run: |
echo "Checking permissions of GITHUB_TOKEN..."
curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/repos/${{ github.repository }}/actions/permissions
- name: Checkout code
uses: actions/checkout@v3

Expand Down

0 comments on commit cf267f0

Please sign in to comment.