We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef563e commit 638f063Copy full SHA for 638f063
4 files changed
.github/workflows/build-and-test.yml
.github/workflows/codeql.yml
@@ -5,7 +5,7 @@ on:
5
push:
6
7
permissions:
8
- contents: read
+ contents: read
9
10
jobs:
11
analyze-shell:
.github/workflows/docker-ops.yml
@@ -4,10 +4,10 @@ name: Docker Operations
4
"on":
paths:
- - '.github/workflows/docker-ops.yml'
- - 'Dockerfile'
- - 'ci/**'
- - 'src/**'
+ - ".github/workflows/docker-ops.yml"
+ - "Dockerfile"
+ - "ci/**"
+ - "src/**"
- LICENSE
12
workflow_dispatch:
13
@@ -29,4 +29,4 @@ jobs:
29
enable_security_upload: ${{ github.repository == 'udx/worker-nodejs' }}
30
31
secrets:
32
- docker_token: ${{ secrets.DOCKER_TOKEN }}
+ docker_token: ${{ secrets.DOCKER_TOKEN }}
.github/workflows/release.yml
0 commit comments