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 56b0f09 commit 33fe2c3Copy full SHA for 33fe2c3
.github/workflows/release.yaml
@@ -32,7 +32,7 @@ jobs:
32
script: |
33
const query = `
34
query {
35
- repository(owner: "${{ secrets.SOURCE_REPO_OWNER }}", name: "${{ secrets.SOURCE_REPO }}") {
+ repository(owner: "turbot", name: "steampipe-plugin-kubernetes") {
36
releases(first: 1, orderBy: {field: CREATED_AT, direction: DESC}) {
37
nodes {
38
tagName
0 commit comments