Skip to content

Commit

Permalink
use the token
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 824504e commit 3bf692a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/use-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,18 @@ jobs:
runs-on: ubuntu-latest

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

- uses: actions/checkout@v2
- run: date +%s > date.txt
- uses: peter-evans/create-pull-request@v5
with:
token: ${{ steps.octo-sts.outputs.token }}
commit-message: Use Action
title: Use Action
body: |
This PR was created using an Octo STS token

0 comments on commit 3bf692a

Please sign in to comment.