Skip to content

Commit 3e548f8

Browse files
authored
Merge pull request #2065 from weaviate/add_mirror
Use SHA in workflow
2 parents 54a0953 + ec78e7a commit 3e548f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mirror-issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Mint app token for weaviate/${{ matrix.repo }}
2121
id: app-token
22-
uses: actions/create-github-app-token@v1
22+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
2323
with:
2424
app-id: ${{ secrets.MIRROR_APP_ID }}
2525
private-key: ${{ secrets.MIRROR_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)