Skip to content

Commit

Permalink
chore: gh self-hosted runner (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat authored Dec 6, 2024
1 parent a15e8f1 commit 53f9fdb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
build-and-push:
runs-on: ubuntu-latest
runs-on: self-hosted
permissions:
contents: write
packages: write
Expand Down Expand Up @@ -107,4 +107,5 @@ jobs:
prerelease: false
generate_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 53f9fdb

Please sign in to comment.