Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
contents: read
packages: read
checks: write
uses: ww24/linebot/.github/workflows/test.yaml@73705893378fa4d1f1bfa0bc76e55de0e7ad9283
uses: ww24/linebot/.github/workflows/test.yaml@3d27d9c57467406b279973b796678c9e7aee685f

docker:
needs: [test]
Expand All @@ -67,7 +67,7 @@ jobs:
packages: write
id-token: write
security-events: write
uses: ww24/linebot/.github/workflows/docker.yml@73705893378fa4d1f1bfa0bc76e55de0e7ad9283
uses: ww24/linebot/.github/workflows/docker.yml@3d27d9c57467406b279973b796678c9e7aee685f
with:
image_tag: latest
push: ${{ github.event_name == 'push' }}
Expand Down