Skip to content

Commit

Permalink
Add tag to workflow uses
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed May 29, 2024
1 parent ada7f90 commit bd4dd86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
ci:
uses: zen-fs/core/.github/workflows/ci.yaml
uses: zen-fs/core/.github/workflows/ci.yaml@main
permissions:
contents: read
id-token: write
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:

jobs:
ci:
uses: zen-fs/core/.github/workflows/ci.yaml
uses: zen-fs/core/.github/workflows/ci.yaml@main
permissions:
contents: read
id-token: write
release:
uses: zen-fs/core/.github/workflows/release.yaml
uses: zen-fs/core/.github/workflows/release.yaml@main

0 comments on commit bd4dd86

Please sign in to comment.