We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089b526 commit 49bb9f9Copy full SHA for 49bb9f9
.github/workflows/security.yml
@@ -34,10 +34,12 @@ jobs:
34
twyn:
35
if: github.event_name != 'schedule' && !startsWith(github.event.head_commit.message, 'bump:')
36
runs-on: ubuntu-latest
37
- container:
38
- image: elementsinteractive/twyn:2.9.0@sha256:71dc5d45bc42756282dc7adf511e6c015c05b69ef28e2b5556cd155650c3519a
39
steps:
40
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
41
- name: Run twyn
42
- run: |
43
- twyn run -vv
+ uses: elementsinteractive/twyn-action@v1
+ id: app-token
+ with:
+ publish: true
44
+ github-token: ${{ secrets.GITHUB_TOKEN }}
45
+ version: v6
0 commit comments