Skip to content

Commit

Permalink
fix: paths and token management
Browse files Browse the repository at this point in the history
no need to create the dir and fix delete

Signed-off-by: Caleb Woodbine <[email protected]>
  • Loading branch information
BobyMCbobs committed Jun 27, 2023
1 parent a653c34 commit 98d0625
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generic-autobumper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: write token
run: |
mkdir -p /etc/github-token
echo ${{ github.token }} > /github/workflow/gh-token
- name: generic-autobumper
uses: docker://gcr.io/k8s-prow/generic-autobumper:v20230623-ea9b5f8eba
Expand All @@ -23,4 +22,4 @@ jobs:
- name: delete token
if: always()
run: |
rm /github/workflow/gh-token
rm -f /github/workflow/gh-token

0 comments on commit 98d0625

Please sign in to comment.