Skip to content

Commit 27f8db5

Browse files
committed
fix: trying out using token to checkout rpeo
1 parent 424caf2 commit 27f8db5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

action.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ runs:
3737
steps:
3838
- name: Checkout
3939
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
40+
with:
41+
token: ${{ inputs.github_token }}
4042

4143
- name: 🏗 Set up yq
4244
uses: frenck/action-setup-yq@c4b5be8b4a215c536a41d436757d9feb92836d4f # v1.0.2

0 commit comments

Comments
 (0)