We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8cd23 commit eb433f5Copy full SHA for eb433f5
.github/workflows/release.yml
@@ -5,17 +5,16 @@ on:
5
branches:
6
- main
7
8
-permissions:
9
- id-token: write
10
- contents: write
11
- pull-requests: write
12
-
13
concurrency: ${{ github.workflow }}-${{ github.ref }}
14
15
jobs:
16
release:
17
name: Check and Release
18
runs-on: ubuntu-latest
+ permissions:
+ id-token: write
+ contents: write
+ pull-requests: write
19
steps:
20
- name: Checkout Repo
21
uses: actions/checkout@v4
0 commit comments