asdf #4

Merged
emma merged 1 commits from dev into main 2025-05-06 18:54:17 -07:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 680aae8b4f - Show all commits

View File

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

View File

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