Skip to content

Commit 6fe1f51

Browse files
authored
⬆️👨‍💻 Update munich-quantum-toolkit/templates action to v1.3.1 (#1792)
## Description This PR updates the [munich-quantum-toolkit/templates](https://github.com/munich-quantum-toolkit/templates) action to version `v1.3.1`. ## Checklist - [x] The pull request only contains commits that are focused and relevant to this change. - [x] ~~I have added appropriate tests that cover the new/changed functionality.~~ - [x] ~~I have updated the documentation to reflect these changes.~~ - [x] ~~I have added entries to the changelog for any noteworthy additions, changes, fixes, or removals.~~ - [x] ~~I have added migration instructions to the upgrade guide (if needed).~~ - [x] The changes follow the project's style guidelines and introduce no new warnings. - [x] The changes are fully tested and pass the CI checks. - [x] I have reviewed my own code changes.
1 parent 278552f commit 6fe1f51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/templating.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- id: create-token
2525
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2626
with:
27-
app-id: ${{ secrets.APP_ID }}
27+
client-id: ${{ secrets.APP_ID }}
2828
private-key: ${{ secrets.APP_PRIVATE_KEY }}
29-
- uses: munich-quantum-toolkit/templates@f48cb09ff49f5f100f8448cc350a60d2be734be8 # v1.3.0
29+
- uses: munich-quantum-toolkit/templates@7fe3464fde16330f8d452127a16e29019d7fc81c # v1.3.1
3030
with:
3131
token: ${{ steps.create-token.outputs.token }}
3232
name: Core

0 commit comments

Comments
 (0)