Skip to content

Commit

Permalink
Update tokens (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
schroda authored Jan 7, 2024
1 parent 1b3cc6b commit 684ae69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
repository: "Suwayomi/Suwayomi-WebUI-preview"
ref: main
path: preview
token: ${{ secrets.DEPLOY_PREVIEW_TOKEN }}
token: ${{ secrets.BUILD_PREVIEW_TOKEN }}

- name: Create Tag
run: |
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Upload CI Release
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.DEPLOY_PREVIEW_TOKEN }}
token: ${{ secrets.BUILD_PREVIEW_TOKEN }}
artifacts: "master/buildZip/*"
owner: "Suwayomi"
repo: "Suwayomi-WebUI-preview"
Expand Down

0 comments on commit 684ae69

Please sign in to comment.