Skip to content

Commit

Permalink
Update workflows (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowGlass0 authored May 18, 2022
1 parent 6e4b50f commit fd34381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/factoriotest-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ jobs:
with:
repository: ${{ github.repository }}
ref: ${{ github.event.pull_request.head.sha }}
secrets:
token: ${{ secrets.TESTUSER_TOKEN }}
secrets: inherit
3 changes: 1 addition & 2 deletions .github/workflows/factoriotest-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ jobs:
with:
repository: ${{ github.repository }}
ref: ${{ github.sha }}
secrets:
token: ${{ secrets.TESTUSER_TOKEN }}
secrets: inherit

0 comments on commit fd34381

Please sign in to comment.