Skip to content

hackety hack

hackety hack #26

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions:
id-token: write
jobs:
test:
runs-on: ubuntu-latest
environment:
name: test
steps:
- uses: actions/checkout@v2
- name: test
run: |
echo foo
echo "$ACTIONS_ID_TOKEN_REQUEST_URL"
curl -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" \
"$ACTIONS_ID_TOKEN_REQUEST_URL&audience=sigstore" \
| jq -r .value | base64