Skip to content

Commit

Permalink
Checking token access
Browse files Browse the repository at this point in the history
  • Loading branch information
stenjo committed Oct 10, 2024
1 parent a9af9d5 commit 2af2e13
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/stryker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ on:
branches:
- main

permissions: write-all
permissions:
contents: write
issues: write
pull-requests: write
pages: write

jobs:
stryker-js:
Expand Down Expand Up @@ -42,6 +46,7 @@ jobs:
- name: Get the user's personal access token
run: |
curl -H "Authorization: token ${{ steps.app-token.outputs.token }}" https://api.github.com/user
curl -H "Authorization: token ${{ steps.app-token.outputs.token }}" https://api.github.com/app
- name: Run StrykerJS
continue-on-error: true
Expand Down

0 comments on commit 2af2e13

Please sign in to comment.