Skip to content

Commit

Permalink
fixup! .github/workflows: Switch to GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
qzed committed Sep 14, 2024
1 parent 102e5e2 commit db40b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
BRANCH_CURRENT: u/current
BRANCH_STAGING: u/staging
BRANCH_REPO: repo
GPG_KEY: ${{ secrets.GITHUB_TOKEN }}
GPG_KEY: ${{ secrets.LINUX_SURFACE_GPG_KEY }}
GPG_KEY_ID: 56C464BAAC421453

jobs:
Expand Down

0 comments on commit db40b97

Please sign in to comment.