# This is a basic workflow to help you get started with Actions name: SAML mapping # Controls when the action will run. on: [workflow_dispatch, push] # Allows you to run this workflow manually from the Actions tab # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" samlmap: # The type of runner that the job will run on runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: get-saml-identity-action # You may pin to the exact commit or the version. # uses: gagoar/get-saml-identity-action@ebc5eb0ed9470bc9c952d44ffcaa941897861379 uses: gagoar/get-saml-identity-action@0.9.0 with: # github_token, with admin permissions github_token: ${{ secrets.SAML_ID_MAP_TESTING }} # user name frequently available on github.event.sender.login username: threepistons # this is the organization name or login for github organization: newcastleuniversity-computing