Skip to content

Commit 49bb9f9

Browse files
authored
ci: use twyn action (#158)
1 parent 089b526 commit 49bb9f9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/security.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ jobs:
3434
twyn:
3535
if: github.event_name != 'schedule' && !startsWith(github.event.head_commit.message, 'bump:')
3636
runs-on: ubuntu-latest
37-
container:
38-
image: elementsinteractive/twyn:2.9.0@sha256:71dc5d45bc42756282dc7adf511e6c015c05b69ef28e2b5556cd155650c3519a
3937
steps:
4038
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4139
- name: Run twyn
42-
run: |
43-
twyn run -vv
40+
uses: elementsinteractive/twyn-action@v1
41+
id: app-token
42+
with:
43+
publish: true
44+
github-token: ${{ secrets.GITHUB_TOKEN }}
45+
version: v6

0 commit comments

Comments
 (0)