Skip to content

Commit

Permalink
update permissions block in workflow .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurcht authored Feb 19, 2024
1 parent b8792d9 commit 1513274
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/integration-tests-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ on: # yamllint disable-line rule:truthy
- master

jobs:
build-me:
integration-tests-azure:
name: Integration tests on Azure
strategy:
matrix:
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
msodbc_version: ["17", "18"]
runs-on: ubuntu-latest
permissions:
actions: read
Expand All @@ -19,13 +24,6 @@ jobs:
packages: none
pull-requests: write
security-events: write
integration-tests-azure:
name: Integration tests on Azure
strategy:
matrix:
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
msodbc_version: ["17", "18"]
runs-on: ubuntu-latest
container:
image: ghcr.io/dbt-msft/dbt-sqlserver:CI-${{ matrix.python_version }}-msodbc${{ matrix.msodbc_version }}
steps:
Expand Down

0 comments on commit 1513274

Please sign in to comment.