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 161b9a9 commit 6bbce7bCopy full SHA for 6bbce7b
.github/actions/deploy/action.yml
@@ -1,6 +1,10 @@
1
name: 'Deploy'
2
description: 'Build and deploy workshop'
3
4
+permissions:
5
+ contents: read
6
+ pull-requests: write
7
+
8
inputs:
9
flavour:
10
description: type of version to release
0 commit comments