mirror of
https://github.com/stakater/Reloader.git
synced 2026-03-02 17:30:19 +00:00
Updated checkout step of all actions to use our token instead of the default github token
This commit is contained in:
1
.github/workflows/push.yaml
vendored
1
.github/workflows/push.yaml
vendored
@@ -22,6 +22,7 @@ jobs:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.STAKATER_GITHUB_TOKEN }}
|
||||
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
|
||||
|
||||
# Setting up helm binary
|
||||
|
||||
Reference in New Issue
Block a user