We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275b586 commit 4322acaCopy full SHA for 4322aca
1 file changed
.github/workflows/api-diff.yml
@@ -7,14 +7,15 @@ on:
7
- master
8
- main
9
10
-# Cancel in-progress runs for the same PR/branch
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.ref }}
13
cancel-in-progress: true
14
15
jobs:
16
test-branch-logic:
17
runs-on: ubuntu-latest
+ permissions:
18
+ contents: read
19
steps:
20
- name: Checkout code
21
uses: actions/checkout@v4
@@ -35,9 +36,6 @@ jobs:
35
36
with:
37
fetch-depth: 0
38
- - name: Pull oasdiff Docker image
39
- run: docker pull tufin/oasdiff:latest
40
-
41
- name: Make script executable
42
run: chmod +x scripts/api-diff/api-diff.sh
43
0 commit comments