Skip to content

Commit

Permalink
Changes in correlation with new GH Action Permission Changes. (#242)
Browse files Browse the repository at this point in the history
Signed-off-by: Tatsinnit <Tatsinnit@users.noreply.github.com>
Co-authored-by: Tatsinnit <Tatsinnit@users.noreply.github.com>
  • Loading branch information
Tatsinnit and Tatsinnit authored Jan 25, 2024
1 parent a031f65 commit dbb737d
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
deployments: read
packages: none
steps:
- uses: actions/checkout@v3
- name: Set up Go
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/integration-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
permissions:
actions: read
contents: read
deployments: read
packages: none
steps:
- uses: actions/checkout@v3
- name: Get Draft Cli version
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/integration-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
deployments: read
packages: none
steps:
- uses: actions/checkout@v2
- name: Set up Go
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/integration-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
deployments: read
packages: none
steps:
- uses: actions/checkout@v3
- name: Set up Go
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/integration-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
jobs:
build:
runs-on: windows-latest
permissions:
actions: read
contents: read
deployments: read
packages: none
steps:
- uses: actions/checkout@v3
- name: Set up Go
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/poll-starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ env:
jobs:
poll:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
deployments: read
pull-requests: write
packages: none
steps:
- uses: actions/checkout@v3

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
Release-Artifacts:
name: Draft Release
runs-on: ubuntu-latest
permissions:
actions: read
contents: write
deployments: read
packages: none
steps:
# Checkout code
- name: Checkout
Expand Down

0 comments on commit dbb737d

Please sign in to comment.