Skip to content

Commit

Permalink
Duplicate e6039aa
Browse files Browse the repository at this point in the history
  • Loading branch information
ysaito1001 committed Apr 22, 2024
1 parent c2a4174 commit 1d9f70d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/credentials-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
# Verifies the token used by the bot to publish crates to crates.io
verify-crates-io-token:
name: Verify Crates.io Token
if: github.repository == 'smithy-lang/smithy-rs'
runs-on: ubuntu-latest
steps:
- name: Checkout smithy-rs
Expand All @@ -34,6 +35,7 @@ jobs:
# Verifies the token used to perform actions on the repository on behalf of the bot user
verify-personal-access-token:
name: Verify Personal Access Token
if: github.repository == 'smithy-lang/smithy-rs'
runs-on: ubuntu-latest
steps:
- name: Checkout smithy-rs
Expand Down

0 comments on commit 1d9f70d

Please sign in to comment.