Skip to content

Commit

Permalink
update workflow permissions (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Sep 20, 2024
1 parent 3af5f95 commit 101ebb6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ on:
push:
branches: [main]

permissions: {}

jobs:
release:
name: Release
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: write
id-token: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- name: Install dependencies
Expand Down

0 comments on commit 101ebb6

Please sign in to comment.