Skip to content

Commit

Permalink
Merge pull request #5 from prakashsurya/fix-sync-action
Browse files Browse the repository at this point in the history
Modify tokens used in "sync-with-upstream" workflow
  • Loading branch information
sdimitro authored Sep 1, 2020
2 parents dd18005 + bb384b7 commit 4f1a36c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync-with-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.DEVOPS_AUTOMATION_TOKEN }}
- uses: delphix/actions/sync-with-upstream@master
with:
upstream-repository: https://github.com/sdimitro/savedump.git
upstream-branch: master
downstream-branch: master
env:
GITHUB_TOKEN: ${{ secrets.DEVOPS_AUTOMATION_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4f1a36c

Please sign in to comment.