Skip to content

Commit

Permalink
transfer
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <jason@chainguard.dev>
  • Loading branch information
imjasonh committed Jan 28, 2024
1 parent 3455a1b commit 824504e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/chainguard/use-action.sts.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
issuer: https://token.actions.githubusercontent.com
subject: repo:imjasonh/octo-sts-js:ref:refs/heads/main
subject: repo:chainguard-dev/octo-sts-js:ref:refs/heads/main
claim_pattern:
job_workflow_ref: imjasonh/octo-sts-js/.github/workflows/use-action.yaml@refs/heads/main
job_workflow_ref: chainguard-dev/octo-sts-js/.github/workflows/use-action.yaml@refs/heads/main

permissions:
pull_requests: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/use-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: imjasonh/octo-sts-js@main
- uses: chainguard-dev/octo-sts-js@main
with:
scope: imjasonh/octo-sts-js
scope: chainguard-dev/octo-sts-js
identity: use-action

0 comments on commit 824504e

Please sign in to comment.