Skip to content

Commit

Permalink
Update .github/workflows/publish-templates.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Javier Bullrich <[email protected]>
  • Loading branch information
rzadp and Bullrich authored Apr 9, 2024
1 parent 6027705 commit 8ccb6ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
ref: "${{ github.event.inputs.release_branch }}"
- name: Generate token
id: app_token
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
uses: actions/create-github-app-token@v1.9.3
with:
app_id: ${{ secrets.TEMPLATE_APP_ID }}
private_key: ${{ secrets.TEMPLATE_APP_KEY }}
app-id: ${{ secrets.TEMPLATE_APP_ID }}
private-key: ${{ secrets.TEMPLATE_APP_KEY }}
- uses: actions/checkout@v3
with:
repository: "paritytech-stg/polkadot-sdk-${{ matrix.template }}-template"
Expand Down

0 comments on commit 8ccb6ba

Please sign in to comment.