We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977575d commit ed754deCopy full SHA for ed754de
2 files changed
.github/workflows/ci.yml
@@ -3,6 +3,7 @@ on: pull_request
3
concurrency:
4
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
5
cancel-in-progress: true
6
+permissions: {}
7
jobs:
8
matrix:
9
name: Build test matrix
.github/workflows/publish.yml
@@ -5,6 +5,8 @@ on:
tags:
- "*"
+
10
11
build:
12
name: Build packages
@@ -61,7 +63,6 @@ jobs:
61
63
url: ${{ github.server_url }}/${{ github.repository }}/releases/tag/${{ github.ref_name }}
62
64
permissions:
65
contents: write
- id-token: write
66
67
steps:
68
- name: Download packages
0 commit comments