We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e86f46 commit ed88522Copy full SHA for ed88522
.github/workflows/ci.yml
@@ -6,6 +6,7 @@ on:
6
pull_request:
7
branches:
8
- main
9
+permissions: {}
10
jobs:
11
test:
12
runs-on: ubuntu-latest
.github/workflows/release-tag.yml
@@ -9,6 +9,8 @@ jobs:
build:
name: Create Release
+ permissions:
13
+ contents: write # for yyx990803/release-tag to create a release tag
14
steps:
15
- name: Checkout code
16
uses: actions/checkout@v5
0 commit comments