Skip to content

Commit 7a2c036

Browse files
mattdurhamclayton-cornell
authored andcommitted
Use versioned token (#4730)
* Trying a different version * use token output
1 parent f0c7d10 commit 7a2c036

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
uses: actions/[email protected]
2020
with:
2121
project-url: https://github.com/orgs/grafana/projects/269
22-
github-token: ${{ env.TOKEN }}
22+
github-token: ${{ steps.generate_token.outputs.token }}

.github/workflows/depcheck.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
- name: Invoke action
2020
uses: rfratto/depcheck@main
2121
with:
22-
github-token: ${{ env.TOKEN }}
22+
github-token: ${{ steps.generate_token.outputs.token }}
23+

0 commit comments

Comments
 (0)