Skip to content

Commit

Permalink
Add workflow dispatch trigger, rename repo (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Moore <mattmoor@chainguard.dev>
  • Loading branch information
mattmoor committed Jan 28, 2024
1 parent 7c3ea0f commit a6b2520
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/use-action.yaml
@@ -1,6 +1,7 @@
name: Use Action

on:
workflow_dispatch:
push:
branches: ['main']

Expand All @@ -14,9 +15,9 @@ jobs:

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

- uses: actions/checkout@v4
Expand Down

0 comments on commit a6b2520

Please sign in to comment.