Skip to content

Commit

Permalink
Use the github token instead of a custom token
Browse files Browse the repository at this point in the history
  • Loading branch information
SirEndii committed Mar 31, 2024
1 parent 2538c19 commit 1763215
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Set start commit status
uses: myrotvorets/[email protected]
with:
token: ${{ secrets.AP_TOKEN }}
context: Building AP
build:
name: Build
runs-on: ubuntu-latest
Expand All @@ -28,5 +28,5 @@ jobs:
- name: Set final commit status
uses: myrotvorets/[email protected]
with:
token: ${{ secrets.AP_TOKEN }}
status: ${{ needs.build.result }}
status: ${{ needs.build.result }}
context: Building AP

0 comments on commit 1763215

Please sign in to comment.