Skip to content

Commit

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

0 comments on commit 4639acd

Please sign in to comment.