We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f0433 commit c1e66b2Copy full SHA for c1e66b2
2 files changed
.github/workflows/publish-switch.yml
@@ -25,3 +25,5 @@ jobs:
25
secrets: inherit
26
permissions:
27
id-token: write
28
+ contents: write
29
+ pull-requests: write
.github/workflows/release.yml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
13
14
15
16
steps:
17
- name: Checkout Repo
18
uses: actions/checkout@v4
0 commit comments