Skip to content

Commit

Permalink
Add permission
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmurray-codecov committed Feb 13, 2025
1 parent a00671a commit 5b54804
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: ci

permissions:
id-token: write

on: push

jobs:
ci:
runs-on: ubuntu-latest
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: publish

permissions:
id-token: write

on:
release:
types: [published]

jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5b54804

Please sign in to comment.