We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bda9c0 commit 5cb9723Copy full SHA for 5cb9723
2 files changed
.github/workflows/add-issue-to-project.yml
@@ -4,6 +4,9 @@ on:
4
issues:
5
types: [opened]
6
7
+permissions:
8
+ contents: read
9
+
10
jobs:
11
add-to-project:
12
uses: turbot/steampipe-workflows/.github/workflows/assign-issue-to-project.yml@main
.github/workflows/registry-publish.yml
@@ -5,6 +5,10 @@ on:
tags:
- 'v*'
+ packages: write
13
registry_publish_workflow_ghcr:
14
uses: turbot/steampipe-workflows/.github/workflows/registry-publish-ghcr.yml@main
0 commit comments