Skip to content

Commit

Permalink
Bumping the setup-github-token action to version 0.2.1 (#734)
Browse files Browse the repository at this point in the history
* Bumping setup-github-token to version 0.2.1

* Adding code owners for .github
  • Loading branch information
njegosrailic authored Jun 4, 2024
1 parent 3b563f2 commit 4f726d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/open-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Setup GitHub Token
if: '!steps.check.outputs.skip'
id: token
uses: smartcontractkit/.github/actions/setup-github-token@7ac9af09dda8c553593d2153a975b43b6958fa9f # setup-github-token@0.1.2
uses: smartcontractkit/.github/actions/setup-github-token@ef78fa97bf3c77de6563db1175422703e9e6674f # setup-github-token@0.2.1
with:
aws-role-arn: ${{ secrets.AWS_OIDC_CHAINLINK_SOLANA_CICD_TOKEN_ISSUER_ROLE_ARN }}
aws-lambda-url: ${{ secrets.AWS_RELENG_TEAM_GATI_LAMBDA_URL }}
Expand Down
3 changes: 3 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@

# monitoring ownership
/pkg/monitoring @smartcontractkit/realtime

# CI/CD
/.github/** @smartcontractkit/releng

0 comments on commit 4f726d1

Please sign in to comment.