Skip to content

Commit

Permalink
[RELEASE] tangle-dapp v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
AtelyPham committed Jul 8, 2024
1 parent 0929bc4 commit c52e0b4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/auto-sync-master-with-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.AUTO_SYNC_BRANCHES_APP_ID }}
private-key: ${{ secrets.AUTO_SYNC_BRANCHES_SECRET }}

- name: Checkout Develop
uses: actions/checkout@v2
with:
ref: develop
fetch-depth: 0
token: ${{ steps.app-token.outputs.token }}

- name: Configure Git
run: |
Expand All @@ -37,4 +44,4 @@ jobs:
- name: Push Changes to Master
run: git push origin master --force-with-lease
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

0 comments on commit c52e0b4

Please sign in to comment.