Skip to content

Commit

Permalink
Update weekly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Power2All authored Nov 29, 2024
1 parent ab59c51 commit e1390c1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,25 @@ on:

env:
CARGO_TERM_COLOR: always
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
upgrade:
name: Build on Ubuntu Latest (Stable)
runs-on: ubuntu-latest

steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.PRIVATE_APP_KEY }}

- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ steps.app-token.outputs.token }}

- id: setup
name: Setup Toolchain
Expand All @@ -33,4 +43,3 @@ jobs:
git add Cargo.lock
git commit -m "Weekly Cargo.lock update"
git push

0 comments on commit e1390c1

Please sign in to comment.