File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 2626 tag_name : ${{ steps.init.outputs.tag_name }}
2727 hubris_app_dirs : ${{ steps.init.outputs.hubris_app_dirs }}
2828 steps :
29+ - &brussels-token
30+ name : Get a token to fetch Brussels
31+ id : brussels-token
32+ uses : oxidecomputer/oidcx-action@main
33+ with :
34+ service : github
35+ repositories : oxidecomputer/brussels
36+ permissions : contents:read,actions:read
37+
2938 - &download-brussels
3039 name : Download Brussels
3140 run : |
3746 sudo mv brussels /usr/local/bin
3847 sudo chmod +x /usr/local/bin/brussels
3948 env :
40- GH_TOKEN : ${{ secrets.BRUSSELS_TEMPORARY_TOKEN }}
49+ GITHUB_TOKEN : ${{ steps.brussels-token.outputs.access_token }}
4150 BRUSSELS_RUN_ID : ${{ github.event.inputs.brussels-run-id }}
4251
4352 - id : init
You can’t perform that action at this time.
0 commit comments