We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7378a commit 38a5adeCopy full SHA for 38a5ade
.github/workflows/bump.yml
@@ -4,6 +4,11 @@ on:
4
branches:
5
- master
6
- main
7
+
8
+permissions:
9
+ contents: write
10
+ pull-requests: write
11
12
jobs:
13
bump:
14
runs-on: ubuntu-latest
.github/workflows/ci-typescript.yaml
@@ -30,7 +30,7 @@ jobs:
30
run: deno run fmt
31
32
- name: 🧪 Run Tests
33
- run: deno test
+ run: deno test --allow-env --allow-read --allow-net
34
35
# User-friendly summary
36
- name: 🎉 CI TypeScript workflow completed successfully
0 commit comments