Skip to content

Commit

Permalink
test environment 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsupr authored Oct 18, 2024
1 parent f953608 commit 3eca711
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/sync_upstream_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,10 @@ on: [workflow_dispatch]

jobs:
job_sync_branches:
uses: paritytech-release/sync-workflows/.github/workflows/sync-with-upstream.yml@auto-disable-actions
uses: paritytech-release/sync-workflows/.github/workflows/sync-with-upstream.yml@add-environment-parameters
with:
fork_writer_app_id: ${{ vars.UPSTREAM_CONTENT_SYNC_APP_ID}}
fork_owner: ${{ vars.RELEASE_ORG}}
delete_non_matching_refs: true
secrets:
fork_writer_app_key: ${{ secrets.UPSTREAM_CONTENT_SYNC_APP_KEY }}


#WON't WORK because unimpemented `workflows: write` GH token permission, which is undocumented for the upstream API
#jobs:
# job_sync_branches:
# permissions:
# contents: write
# uses: release-poc-org/sync-workflows/.github/workflows/sync-with-upstream.yml@master

0 comments on commit 3eca711

Please sign in to comment.