Skip to content

Commit

Permalink
upgraded github-issue-sync to latest (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich authored May 2, 2024
1 parent 5a6ec82 commit 296fadf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/github-issue-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:
inputs:
excludeClosed:
description: 'Exclude closed issues in the sync.'
description: "Exclude closed issues in the sync."
type: boolean
default: true

Expand All @@ -18,12 +18,12 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1
uses: actions/create-github-app-token@v1
with:
app_id: ${{ secrets.PROJECT_APP_ID }}
private_key: ${{ secrets.PROJECT_APP_KEY }}
app-id: ${{ secrets.PROJECT_APP_ID }}
private-key: ${{ secrets.PROJECT_APP_KEY }}
- name: Sync issues
uses: paritytech/[email protected]
uses: paritytech/[email protected].2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PROJECT_TOKEN: ${{ steps.generate_token.outputs.token }}
Expand Down

0 comments on commit 296fadf

Please sign in to comment.