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 f0c7d10 commit 7a2c036Copy full SHA for 7a2c036
.github/workflows/add-to-project.yml
@@ -19,4 +19,4 @@ jobs:
19
uses: actions/[email protected]
20
with:
21
project-url: https://github.com/orgs/grafana/projects/269
22
- github-token: ${{ env.TOKEN }}
+ github-token: ${{ steps.generate_token.outputs.token }}
.github/workflows/depcheck.yml
@@ -19,4 +19,5 @@ jobs:
- name: Invoke action
uses: rfratto/depcheck@main
23
+
0 commit comments