Skip to content

Commit

Permalink
fix(actions): add permissions object (#1668)
Browse files Browse the repository at this point in the history
  • Loading branch information
portellaa authored Oct 29, 2024
1 parent d3b58e7 commit d6df865
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/merge-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
- develop


permissions:
id-token: write
contents: read
packages: read


jobs:
prepare:
name: Calculate Version and Build Number
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/merge-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
- master


permissions:
id-token: write
contents: read
packages: read


jobs:
prepare:
name: Calculate Version and Build Number
Expand Down

0 comments on commit d6df865

Please sign in to comment.