Skip to content

Commit

Permalink
fix workflow permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kruining committed Nov 25, 2024
1 parent 591ddf8 commit b2c8b19
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

permissions:
id-token: write
contents: read

jobs:
prepare:
name: Calculate next version
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@


.idea

**/*.secrets

0 comments on commit b2c8b19

Please sign in to comment.