Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

Commit

Permalink
必要ないパラメータ削除 (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit committed Dec 8, 2022
1 parent f513535 commit 4cc6f38
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ jobs:
- uses: dev-hato/actions-update-dockle@v0.0.33
with:
github-token: ${{secrets.GITHUB_TOKEN}}
repo-name: dev-hato/deploy-webhook

dockle:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/format-json-yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- uses: dev-hato/actions-format-json-yml@v0.0.27
with:
github-token: ${{secrets.GITHUB_TOKEN}}
repo-name: dev-hato/deploy-webhook

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- uses: dev-hato/actions-update-gitleaks@v0.0.31
with:
github-token: ${{secrets.GITHUB_TOKEN}}
repo-name: ${{ github.event.pull_request.head.repo.full_name }}

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
Expand Down

0 comments on commit 4cc6f38

Please sign in to comment.