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 250ffa6 commit 0addc6aCopy full SHA for 0addc6a
1 file changed
.github/workflows/deploy.yaml
@@ -1,16 +1,14 @@
1
-name: Test
+name: Deploy
2
on:
3
push:
4
branches:
5
- main
6
permissions:
7
- contents: read
+ contents: write
8
jobs:
9
deploy:
10
name: Demo Deploy
11
runs-on: ubuntu-latest
12
- permissions:
13
- contents: write
14
steps:
15
- name: Checkout the repository
16
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments