Skip to content

Commit

Permalink
Merge pull request #7 from SovereignCloudStack/fix-pr-verify
Browse files Browse the repository at this point in the history
🐛 Make token generation uniform across all pipelines
  • Loading branch information
chess-knight authored Apr 10, 2024
2 parents d837e89 + ee4d354 commit a43701f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
done
- name: Generate Token
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1
id: generate-token
with:
app_id: ${{ secrets.SCS_APP_ID }}
private_key: ${{ secrets.SCS_APP_PRIVATE_KEY }}
app-id: ${{ secrets.SCS_APP_ID }}
private-key: ${{ secrets.SCS_APP_PRIVATE_KEY }}
- name: Generate Size
uses: pascalgn/size-label-action@37a5ad4ae20ea8032abf169d953bcd661fd82cd3 # v0.5.0
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/schedule-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Generate Token
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1
id: generate-token
with:
app_id: ${{ secrets.SCS_APP_ID }}
private_key: ${{ secrets.SCS_APP_PRIVATE_KEY }}
app-id: ${{ secrets.SCS_APP_ID }}
private-key: ${{ secrets.SCS_APP_PRIVATE_KEY }}

- name: Link Checker
uses: lycheeverse/lychee-action@c053181aa0c3d17606addfe97a9075a32723548a # v1.9.3
Expand Down

0 comments on commit a43701f

Please sign in to comment.