Skip to content

Commit

Permalink
Update release-caller.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tennessene authored Oct 7, 2024
1 parent bd4d6f9 commit b4d4be1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ name: Release Caller

on:
push:
pull_request:
branches:
- '**'
tags-ignore:
- '*'

jobs:
call-workflow:
permissions:
contents: write
contents: write
uses: ac-clash/workflows/.github/workflows/release-called.yml@main
secrets:
token: ${{ secrets.TOKEN }}
passwd: ${{ secrets.PASSWD }}

0 comments on commit b4d4be1

Please sign in to comment.