We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b98dc commit 90bf877Copy full SHA for 90bf877
.github/workflows/merge.yml
@@ -12,13 +12,14 @@ on:
12
branches: [ master, main ]
13
14
permissions:
15
- packages: write
16
contents: read
17
18
jobs:
19
build:
20
21
runs-on: ubuntu-latest
+ permissions:
22
+ packages: write
23
24
steps:
25
- uses: actions/checkout@v3
.github/workflows/pullrequest.yml
@@ -3,7 +3,6 @@ on:
3
pull_request:
4
5
6
7
8
9
@@ -15,6 +14,8 @@ jobs:
ports:
- 8013:8013
- name: Check out the code
uses: actions/checkout@v3
0 commit comments