Compare commits

..

No commits in common. "2113f930a70e846a7ae190cc86298a0c8f1504d2" and "969de4aab7ef6977dcda2b9c2dd700e46991b5d3" have entirely different histories.

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