This commit is contained in:
Emmaline Autumn 2025-05-06 19:47:18 -06:00
parent 490b948576
commit 673424d755
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
token: ${{ secrets.GIT_PAT }} token: ${{ secrets.GIT_PAT }}
with: with:
- name: Build and release binaries - name: Build and release binaries
uses: bearmetal/ci-actions/deno-publish@main uses: git.cyborggrizzly.com/bearmetal/ci-actions/deno-publish@main
with: with:
entrypoint: main.ts entrypoint: main.ts
compile-flags: "--allow-read --allow-write --allow-env --allow-net" compile-flags: "--allow-read --allow-write --allow-env --allow-net"

View File

@ -12,4 +12,4 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
token: ${{ secrets.GIT_PAT }} token: ${{ secrets.GIT_PAT }}
- uses: bearmetal/ci-actions/version-check@main - uses: git.cyborggrizzly.com/bearmetal/ci-actions/version-check@main