Compare commits

...

2 Commits

Author SHA1 Message Date
2113f930a7 Merge pull request 'asdf' (#4) from dev into main
Some checks failed
Create Version Tag / publish (push) Failing after 7s
Reviewed-on: #4
2025-05-06 18:54:14 -07:00
680aae8b4f asdf 2025-05-06 19:52:08 -06:00
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: git.cyborggrizzly.com/bearmetal/ci-actions/deno-publish@main uses: 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: git.cyborggrizzly.com/bearmetal/ci-actions/version-check@main - uses: bearmetal/ci-actions/version-check@main