Skip to content

Commit

Permalink
Reinstate workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreev-io committed Jan 24, 2025
1 parent 36f9d48 commit c9c6c66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/kubenetmon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ jobs:
needs: [golangci, test, build-docker-image, helm-test]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
permissions:
contents: read
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -200,6 +203,9 @@ jobs:
needs: [golangci, test, build-docker-image, helm-test]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
permissions:
contents: write
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit c9c6c66

Please sign in to comment.