Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Micsushi committed Jun 27, 2024
1 parent d62a721 commit aff6bd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-action-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ jobs:
needs: [build_push_docker]
if: github.ref == 'refs/heads/deployment'
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit aff6bd5

Please sign in to comment.