fix(deps): update module github.com/hay-kot/httpkit to v0.0.11 #40
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# name: Publish Dockers | |
# on: | |
# push: | |
# branches: | |
# - main | |
# env: | |
# FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} | |
# jobs: | |
# deploy: | |
# name: "Deploy Nightly to Fly.io" | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v4 | |
# - uses: superfly/flyctl-actions/setup-flyctl@master | |
# - run: flyctl deploy --remote-only | |
# publish-nightly: | |
# name: "Publish Nightly" | |
# if: github.event_name != 'release' | |
# uses: hay-kot/homebox/.github/workflows/partial-publish.yaml@main | |
# with: | |
# tag: nightly | |
# secrets: | |
# GH_TOKEN: ${{ secrets.CR_PAT }} |