Skip to content

Commit

Permalink
use personal acess token to trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
miaowm5 authored Aug 31, 2020
1 parent 5fa0687 commit cf00f3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ jobs:
with:
ref: 'assets'
path: './build/assets'
persist-credentials: false
- name: build assets
run: npm run buildAssets
- name: deploy to assets branch if modify
uses: miaowm5/rmproject2@action
with:
deploy_type: 'backend-assets'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.DEPLOY_PAT }}

0 comments on commit cf00f3c

Please sign in to comment.