Skip to content

Commit

Permalink
Merge branch 'main' into scorecard-badge
Browse files Browse the repository at this point in the history
  • Loading branch information
thepwagner authored Jul 28, 2023
2 parents 8e00521 + 21afa2a commit ade1730
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ on:
push:
tags: [ 'v*.*.*' ]

permissions:
contents: write
packages: write
id-token: write
permissions: {}

jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # tag=v3.5.3
Expand Down

0 comments on commit ade1730

Please sign in to comment.