Compare commits
2 Commits
969de4aab7
...
2113f930a7
Author | SHA1 | Date | |
---|---|---|---|
2113f930a7 | |||
680aae8b4f |
@ -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"
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user