Skip to content

Commit 468b436

Browse files
chore: give release action id-token permission
1 parent a64fd6a commit 468b436

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: test
22
on:
33
push:
4-
branches:
54
pull_request:
65

76
jobs:

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ on:
44
push:
55
tags:
66
- "*"
7+
workflow_dispatch:
8+
79
concurrency: ${{ github.workflow }}-${{ github.ref }}
810

911
jobs:
1012
release:
1113
name: Release
1214
runs-on: ubuntu-latest
15+
permissions:
16+
id-token: write
1317
steps:
1418
- name: Checkout Repo
1519
uses: actions/checkout@v3

0 commit comments

Comments
 (0)