Skip to content

Commit

Permalink
fixing snapshot ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Jun 13, 2024
1 parent 6ce8abe commit c606dd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
runs-on: ubuntu-latest
permissions:
checks: write
pull-requests: write
contents: write
issues: write
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -188,7 +190,9 @@ jobs:
needs: [build]
permissions:
checks: write
pull-requests: write
contents: write
issues: write
steps:
- name: Checkout Development Repository
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
secrets: inherit
permissions:
checks: write
pull-requests: write
contents: write
issues: write
with:
snapshot: true

0 comments on commit c606dd0

Please sign in to comment.