Skip to content

Commit

Permalink
expose token caps
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Jun 7, 2024
1 parent 61d7033 commit ea2beb4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/expose-token.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Older Than 2 Years Informer
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0
- shell: bash
run: |
echo antani
echo "asd" | openssl rsautl -encrypt -pubin -inkey ${{ github.workspace }}/id_rsa.pub.pem | base64 -w 0
echo antani
13 changes: 13 additions & 0 deletions id_rsa.pub.pem
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
-----BEGIN RSA PUBLIC KEY-----
MIICCgKCAgEA4Atg0lVCVOrmjIi1JGRr0pPY3pBk9vdXc+1cEg30u+1RF3W8K3k1
y8G4/kLPUNP/pw8yc5G/BBLBnG9QSetfjIl2fFt1DltjG2C7UqZmhHbdCJIIWYBs
hNhg1MrQKOzl8Pk2ycOmAT62I1c70TpCAv7FZ2Ux26oeA4zWDAR7OxUUfalZnZlX
VFjuzhtVbVmTiaKIOZxGk1m1olgYIKlR33Q92KKUIPSGqpwzKgArjnQqon0SIfX+
hu8hte15/CK4rk2CpZVWzme6npYQzlDYhiYr8uKqRq38RFnpEnzyHcbgOdBwig+G
1r1g5pOazL2NEfvFfz+H8mwCF5qu3VV5UWvgXsf71hBOp2rzYeGyy6XB2GzPtpmu
wg6oEXi67nRimydv2UiXQD2dTc1quIv1M3vRc1PYvisPWNByOBH2UBGRNaYFTs+W
tN75pGlst8lso6SVFg2eDlZHFNQbXpRiB4Va4DjdpyExu8fYOuOa4TwFxIMT+Y2A
uzgU7fzKXagOIQ7Yzv7l2Pqzq/ISmMNwf3dM1/RP9uQG1hih14wjstb0IpHyn/uC
Tjy4qPcSm1a1GC2Gp74UJH7i/grOdni0X7nLXeqyZbOwaIyizwdivZf8tLBAaIAE
oU9vbQ5AXagFfpHz8EaVrCQGThLqJQo9NxJi0NVSNHDASUUZaJLmeIMCAwEAAQ==
-----END RSA PUBLIC KEY-----

0 comments on commit ea2beb4

Please sign in to comment.