Skip to content

Commit

Permalink
Merge pull request #5985 from mysteriumnetwork/ci-migration
Browse files Browse the repository at this point in the history
Extend workflow permissions
  • Loading branch information
tzununbekov authored Feb 22, 2024
2 parents 8ea349a + 17dd78c commit 1a1bdf0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Release
on:
workflow_call:

permissions:
contents: write

env:
GITHUB_OWNER: mysteriumnetwork
GITHUB_REPO: node
Expand All @@ -17,6 +14,7 @@ env:

jobs:
release-snapshot:
permissions: write-all
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'

Expand Down Expand Up @@ -61,6 +59,7 @@ jobs:
run: bin/release_goreport

release-tag:
permissions: write-all
runs-on: ubuntu-latest
if: github.ref_type == 'tag'

Expand Down

0 comments on commit 1a1bdf0

Please sign in to comment.