Skip to content

Commit

Permalink
let's try another one then
Browse files Browse the repository at this point in the history
  • Loading branch information
plt-amy committed Sep 12, 2023
1 parent 20a9e86 commit ee7c4c2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,13 @@ jobs:
# eval "$installPhase"
cp -rv src pr-${{ github.event.number }}
- uses: GuillaumeFalourd/[email protected]
- name: Upload 📦
uses: dmnemec/copy_file_to_another_repo_action@main
env:
API_TOKEN_GITHUB: ${{ secrets.PREVIEW_TOKEN }}
with:
email: ${{ github.actor }}@users.noreply.github.com
name: ${{ github.actor }}
commit_message: Preview for PR ${{ github.event.number }}
target_branch: main
files: pr-${{ github.event.number }}
remote_repository: https://github.com/plt-amy/1lab-previews
access_token: ${{ secrets.PREVIEW_TOKEN }}
source_file: pr-${{ github.event.number }}
destination_repo: 'plt-amy/1lab-previews'
user_email: '[email protected]'
user_name: 'plt-amy'
commit_message: 'Preview of PR #${{ github.event.number }}'

0 comments on commit ee7c4c2

Please sign in to comment.